From db4ce0df066b24c3b9ab041ec1c6af2dcaaa0fbb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 31 Mar 2009 16:09:04 +0000 Subject: [PATCH] --- src/script/hydra_queue_runner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();