From: Zack Cerza Date: Tue, 10 Dec 2013 16:06:16 +0000 (-0600) Subject: Add debug statements X-Git-Tag: 1.1.0~1749 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=339b7c474a9a9aa6b1971872e7675cc479ed1429;p=teuthology.git Add debug statements Signed-off-by: Zack Cerza --- diff --git a/teuthology/queue.py b/teuthology/queue.py index 287a6798b..c4ef9f4bd 100644 --- a/teuthology/queue.py +++ b/teuthology/queue.py @@ -264,8 +264,10 @@ def run_job(job_config, teuth_bin_path): child.error(': %s', line.rstrip('\n')) if teuth_config.results_server: + log.info("Running with watchdog") run_with_watchdog(p, job_config) else: + log.info("Running without watchdog") p.wait() if p.returncode != 0: