From f51924568254d5c84e430baabd9b77121468bcc6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 18 Aug 2009 12:54:34 -0700 Subject: [PATCH] * fix tag remnants in block --- Debbugs/Control.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index 5fdba06..27dadb8 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; } -- 2.39.2