From: Don Armstrong Date: Sun, 15 Jul 2007 02:29:21 +0000 (-0700) Subject: - Add missing newline after indicating what the user is (closes: #432466) X-Git-Tag: release/2.6.0~524^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f0824340b2a8440e4c81079bcf2c82a4f9593a91;p=debbugs.git - Add missing newline after indicating what the user is (closes: #432466) --- diff --git a/debian/changelog b/debian/changelog index fb62a5e..53b2b73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -197,6 +197,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low - Support intersecting sets of bugs (closes: #164421) - Allow selecting the newest N bugs (closes: #84681) - Add anchor links to specific messages (closes: #431450) + - Add missing newline after indicating what the user is (closes: #432466) -- Colin Watson Fri, 20 Jun 2003 18:57:25 +0100 diff --git a/scripts/service.in b/scripts/service.in index acf5bfa..3c1ed18 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -286,7 +286,7 @@ END next; } if (not $indicated_user and defined $user) { - &transcript("User is $user"); + &transcript("User is $user\n"); $indicated_user = 1; } while (++$procline <= $#bodylines) { @@ -373,7 +373,7 @@ END $indicated_user = 1; } elsif (&setbug) { if (not $indicated_user and defined $user) { - &transcript("User is $user"); + &transcript("User is $user\n"); $indicated_user = 1; } &nochangebug;