From b94b67da0b63263babf845afa2d6f365e4f9cc15 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 27 Mar 2015 15:07:24 +0000 Subject: log job stuff Change-Id: Idb57f1032e24847ba20cef30476bb6a0b438a896 --- distbuild/mainloop.py | 2 -- distbuild/worker_build_scheduler.py | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distbuild/mainloop.py b/distbuild/mainloop.py index d4aaf091..e7c0cc3b 100644 --- a/distbuild/mainloop.py +++ b/distbuild/mainloop.py @@ -103,9 +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): self.queue_event(event_source, new_event) if machine.state is None: diff --git a/distbuild/worker_build_scheduler.py b/distbuild/worker_build_scheduler.py index 4b91bb6d..7b29c078 100644 --- a/distbuild/worker_build_scheduler.py +++ b/distbuild/worker_build_scheduler.py @@ -593,6 +593,8 @@ class WorkerConnection(distbuild.StateMachine): logging.debug('Requesting shared artifact cache to get artifacts') job = self._current_job + logging.debug('current: %s' % str(job.id)) + logging.debug('active: %s' % str(self._active_jobs)) kind = job.artifact.source.morphology['kind'] if kind == 'chunk': -- cgit v1.2.1