diff --git a/src/script/hydra_queue_runner.pl b/src/script/hydra_queue_runner.pl index 43064606..8d7c5edd 100755 --- a/src/script/hydra_queue_runner.pl +++ b/src/script/hydra_queue_runner.pl @@ -105,7 +105,7 @@ sub checkBuilds { # outside the transaction in case it aborts or something. foreach my $build (@buildsStarted) { my $id = $build->id; - print "starting build $id (", $build->project->name, ":", $build->job, ") on ", $build->system, "\n"; + print "starting build $id (", $build->project->name, ":", $build->jobset->name, ':', $build->job->name, ") on ", $build->system, "\n"; eval { my $logfile = $build->schedulingInfo->logfile; my $child = fork();