From f0824340b2a8440e4c81079bcf2c82a4f9593a91 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 14 Jul 2007 19:29:21 -0700 Subject: [PATCH] - Add missing newline after indicating what the user is (closes: #432466) --- debian/changelog | 1 + scripts/service.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.2