summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/widget.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_frontend/widget.py')
-rw-r--r--buildstream/_frontend/widget.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/_frontend/widget.py b/buildstream/_frontend/widget.py
index a9f574d32..760a40b6a 100644
--- a/buildstream/_frontend/widget.py
+++ b/buildstream/_frontend/widget.py
@@ -426,7 +426,8 @@ class LogLine(Widget):
values["Session Start"] = starttime.strftime('%A, %d-%m-%Y at %H:%M:%S')
values["Project"] = "{} ({})".format(project.name, project.directory)
values["Target"] = pipeline.target.name
- values["Machine Architecture"] = context.arch
+ values["Host Architecture"] = context.host_arch
+ values["Target Architecture"] = context.target_arch
values["Variant"] = variant
text += self.format_values(values)