summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-08 16:31:11 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-08 16:31:11 +0200
commit5182fe0455970f1d79d59904604ed3c407ae55ab (patch)
tree6e84dfc5a2c550871b376ce673a38452702f9198 /python
parentd7beb75aa889967780067ade8219b4a662f22e38 (diff)
downloadUXP-5182fe0455970f1d79d59904604ed3c407ae55ab.tar
UXP-5182fe0455970f1d79d59904604ed3c407ae55ab.tar.gz
UXP-5182fe0455970f1d79d59904604ed3c407ae55ab.tar.lz
UXP-5182fe0455970f1d79d59904604ed3c407ae55ab.tar.xz
UXP-5182fe0455970f1d79d59904604ed3c407ae55ab.zip
Make sure the waiting message is actually displayed.
Diffstat (limited to 'python')
-rw-r--r--python/mozbuild/mozbuild/config_status.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/mozbuild/mozbuild/config_status.py b/python/mozbuild/mozbuild/config_status.py
index 343dcc3a2..3557bbf77 100644
--- a/python/mozbuild/mozbuild/config_status.py
+++ b/python/mozbuild/mozbuild/config_status.py
@@ -142,7 +142,8 @@ def config_status(topobjdir='.', topsrcdir='.', defines=None,
log_manager.add_terminal_logging(level=log_level)
log_manager.enable_unstructured()
- print('Reticulating splines...', file=sys.stderr)
+ print('Feeding the hatchlings...', file=sys.stderr)
+ sys.stderr.flush()
if len(selected_backends) > 1:
definitions = list(definitions)