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