From: Don Armstrong Date: Tue, 18 Aug 2009 19:05:09 +0000 (-0700) Subject: * add missing space after blocks X-Git-Tag: release/2.6.0~446^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9989e447a1f02e5896daf1719f646f03056969f1;p=debbugs.git * add missing space after blocks --- diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index 9fee961..3ba26df 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -498,7 +498,7 @@ sub set_blocks { } $data->{blocks} = join(' ',sort keys %blocks); my $action = ($add_remove eq 'add'?'Added':'Removed'). - " indication that bug $data->{bug_num} blocks". + " indication that bug $data->{bug_num} blocks ". join(',',@blocks); append_action_to_log(bug => $data->{bug_num}, command => 'block',