]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add debug statements
authorZack Cerza <zack@cerza.org>
Tue, 10 Dec 2013 16:06:16 +0000 (10:06 -0600)
committerZack Cerza <zack@cerza.org>
Tue, 10 Dec 2013 16:06:39 +0000 (10:06 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/queue.py

index 287a6798b29160ce9846868bd32143da89089734..c4ef9f4bdc1aabe013ccb6620641308a8b64300b 100644 (file)
@@ -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: