From: Martin Mares Date: Mon, 28 Jan 2013 14:59:41 +0000 (+0100) Subject: bex prun: Forgotten debug message X-Git-Tag: v3.2~11 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=69955c6f1cc3ee2dee6f394f59bdfd3101a7b490;p=bex.git bex prun: Forgotten debug message --- diff --git a/lib/bin/bex-prun b/lib/bin/bex-prun index 5c1c93b..c31c125 100755 --- a/lib/bin/bex-prun +++ b/lib/bin/bex-prun @@ -292,7 +292,7 @@ sub place_slot($) { print STDERR "I: Replacing ", $best->{'Host'}, " (pri $bestpri)\n"; delete $best->{'Row'}; } - print STDERR "I: Allocated ", $s->{'Host'}, " \@$besti (pri $pri)\n"; + print STDERR "I: Allocated ", $s->{'Host'}, " \@$besti (pri $pri)\n" if $debug; $s->{'Row'} = $besti; $by_row[$besti] = $s; } else {