forked from lix-project/hydra
hydra-queue-{runner,evaluator}: don't clutter the system log with debug messages
This commit is contained in:
parent
52a9f1a14e
commit
5ffc925ae7
|
@ -301,7 +301,7 @@ while (1) {
|
|||
# isn't updated properly.
|
||||
sleep 1;
|
||||
} else {
|
||||
print STDERR "sleeping...\n";
|
||||
# print STDERR "sleeping...\n";
|
||||
sleep 30;
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue