From: Martin Mares Date: Tue, 29 Jan 2013 09:40:25 +0000 (+0100) Subject: bex prun: One more mishandled error message X-Git-Tag: v3.2~10 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=befe6e1c4db37791af6c9c5207fe31938cdb9368;p=bex.git bex prun: One more mishandled error message --- diff --git a/lib/bin/bex-prun b/lib/bin/bex-prun index c31c125..b7be1ac 100755 --- a/lib/bin/bex-prun +++ b/lib/bin/bex-prun @@ -289,7 +289,7 @@ sub place_slot($) { if (defined $besti) { if ($best) { - print STDERR "I: Replacing ", $best->{'Host'}, " (pri $bestpri)\n"; + print STDERR "I: Replacing ", $best->{'Host'}, " (pri $bestpri)\n" if $debug; delete $best->{'Row'}; } print STDERR "I: Allocated ", $s->{'Host'}, " \@$besti (pri $pri)\n" if $debug;