summaryrefslogtreecommitdiff
path: root/distbuild/worker_build_scheduler.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-27 15:07:24 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-27 15:07:24 +0000
commitb94b67da0b63263babf845afa2d6f365e4f9cc15 (patch)
tree387f338757d0419a00bffd55fcb648ba54807413 /distbuild/worker_build_scheduler.py
parentbcd9268c0c7160ae6af5eef727f0c7faaf866ee4 (diff)
downloadmorph-b94b67da0b63263babf845afa2d6f365e4f9cc15.tar.gz
Change-Id: Idb57f1032e24847ba20cef30476bb6a0b438a896
Diffstat (limited to 'distbuild/worker_build_scheduler.py')
-rw-r--r--distbuild/worker_build_scheduler.py2
1 files changed, 2 insertions, 0 deletions
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':