From 638f213ed07d2209ff827a6710e5dea97d0b60f0 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Wed, 3 Jul 2019 11:06:01 +0100 Subject: Render progress information for loading and processing elements --- src/buildstream/_frontend/app.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/buildstream/_frontend/app.py') 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: -- cgit v1.2.1