From 5ffc925ae78f405c22a0d6d824ec68a20e62cded Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 23 Mar 2013 13:31:28 +0100 Subject: [PATCH] hydra-queue-{runner,evaluator}: don't clutter the system log with debug messages --- src/script/hydra-evaluator | 2 +- src/script/hydra-queue-runner | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/script/hydra-evaluator b/src/script/hydra-evaluator index c26856ff..a9ce4ea4 100755 --- a/src/script/hydra-evaluator +++ b/src/script/hydra-evaluator @@ -301,7 +301,7 @@ while (1) { # isn't updated properly. sleep 1; } else { - print STDERR "sleeping...\n"; + # print STDERR "sleeping...\n"; sleep 30; } }; diff --git a/src/script/hydra-queue-runner b/src/script/hydra-queue-runner index 49164007..da905d2d 100755 --- a/src/script/hydra-queue-runner +++ b/src/script/hydra-queue-runner @@ -69,7 +69,7 @@ sub findBuildDependencyInQueue { sub checkBuilds { - print "looking for runnable builds...\n"; + # print "looking for runnable builds...\n"; my @buildsStarted; @@ -182,6 +182,6 @@ while (1) { }; warn $@ if $@; - print "sleeping...\n"; + # print "sleeping...\n"; sleep(5); }