summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_frontend/app.py')
-rw-r--r--src/buildstream/_frontend/app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py
index 0c140a83a..76d3b8dde 100644
--- a/src/buildstream/_frontend/app.py
+++ b/src/buildstream/_frontend/app.py
@@ -230,6 +230,9 @@ class App():
# Propagate pipeline feedback to the user
self.context.messenger.set_message_handler(self._message_handler)
+ # Allow the Messenger to write status messages
+ self.context.messenger.set_render_status_cb(self._maybe_render_status)
+
# Preflight the artifact cache after initializing logging,
# this can cause messages to be emitted.
try: