From: Don Armstrong Date: Tue, 18 Aug 2009 19:54:34 +0000 (-0700) Subject: * fix tag remnants in block X-Git-Tag: release/2.6.0~445^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f51924568254d5c84e430baabd9b77121468bcc6;p=debbugs.git * fix tag remnants in block --- diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index 5fdba065..27dadb8f 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -440,7 +440,7 @@ sub set_blocks { push @changed, 'removed blocking bug(s) of '.$data->{bug_num}.': '.english_join([keys %removed_blockers]) if keys %removed_blockers; $action = ucfirst(join ('; ',@changed)) if @changed; if (not @changed) { - print {$transcript} "Ignoring request to alter tags of bug #$data->{bug_num} to the same tags previously set\n" + print {$transcript} "Ignoring request to alter blocking bugs of bug #$data->{bug_num} to the same blocks previously set\n" unless __internal_request(); next; }