This commit is contained in:
Eelco Dolstra 2009-03-31 16:09:04 +00:00
parent c970fc8335
commit db4ce0df06

View file

@ -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();