diff --git a/src/script/hydra-queue-runner b/src/script/hydra-queue-runner index cefef9c2..e5621f5d 100755 --- a/src/script/hydra-queue-runner +++ b/src/script/hydra-queue-runner @@ -103,9 +103,11 @@ sub checkBuilds { { join => ['project'], order_by => ["priority DESC", "timestamp"], rows => $extraAllowed }); - print "system type `", $system->system, - "': $nrActive active, $max allowed, ", - "starting ", scalar(@builds), " builds\n"; + if (scalar(@builds) > 0) { + print "system type `", $system->system, + "': $nrActive active, $max allowed, ", + "starting ", scalar(@builds), " builds\n"; + } foreach my $build (@builds) { # Find a dependency of $build that has no queued