Skip to content

Commit

Permalink
[backend] log architecture on not assignable build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Dec 20, 2011
1 parent f622525 commit 63df288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_dispatch
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ while (1) {
push @idle, $idle if grep {$idlehost =~ /^$_/} @$BSConfig::powerhosts;
}
if (@idle == 0) {
print "Job can not be assigned due to lack of powerhosts: $job\n";
print "Job can not be assigned on $arch due to lack of powerhosts: $job\n";
next;
}
}
Expand Down

0 comments on commit 63df288

Please sign in to comment.