]> git.donarmstrong.com Git - debbugs.git/commitdiff
* fix tag remnants in block
authorDon Armstrong <don@donarmstrong.com>
Tue, 18 Aug 2009 19:54:34 +0000 (12:54 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 18 Aug 2009 19:54:34 +0000 (12:54 -0700)
Debbugs/Control.pm

index 5fdba0650304707f64db1103e13ffb01bd03978d..27dadb8fd37431c800aa58c3a32571b9d5ec93c2 100644 (file)
@@ -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;
        }