Chromium Code Reviews| Index: client/bin/factory_ui |
| diff --git a/client/bin/factory_ui b/client/bin/factory_ui |
| index 44051bb5f1751bc7fc438ebcc11b7814580f9127..a70ab258ea42b739bcdd21aa88af8f1057d37d89 100755 |
| --- a/client/bin/factory_ui |
| +++ b/client/bin/factory_ui |
| @@ -332,6 +332,9 @@ def main(test_list, status_file_path, control_pid): |
| console = Console(console_box.get_allocation()) |
| + print 'Factory UI ready.' |
| + sys.stdout.flush() |
| + |
| factory.log('factory_ui setup done, starting gtk.main()...') |
| gtk.main() |