summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distbuild/mainloop.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distbuild/mainloop.py b/distbuild/mainloop.py
index 065f6009..d4aaf091 100644
--- a/distbuild/mainloop.py
+++ b/distbuild/mainloop.py
@@ -103,6 +103,7 @@ class MainLoop(object):
self.queue_event(event_source, event)
for event_source, event in self._dequeue_events():
+ logging.debug('-----')
for machine in self._machines[:]:
logging.debug('SOTK-DEBUGS: %s' % machine)
for new_event in machine.handle_event(event_source, event):