summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-27 14:33:08 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-27 14:33:08 +0000
commitbcd9268c0c7160ae6af5eef727f0c7faaf866ee4 (patch)
tree9a3491f5e9fbf7f85da54554e51968f8fa40a36b
parenta001ab9486fee3db5f32e340d0c923d37a9b77d4 (diff)
downloadmorph-bcd9268c0c7160ae6af5eef727f0c7faaf866ee4.tar.gz
readable
Change-Id: I5dc199b918acc95b962caaee9a13c6f091d72df4
-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):