]> git.donarmstrong.com Git - debbugs.git/commitdiff
- Add missing newline after indicating what the user is (closes: #432466)
authorDon Armstrong <don@donarmstrong.com>
Sun, 15 Jul 2007 02:29:21 +0000 (19:29 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 15 Jul 2007 02:29:21 +0000 (19:29 -0700)
debian/changelog
scripts/service.in

index fb62a5e6f2a882e9beb8f8843c1f486e48228f74..53b2b7304cdf207b9efbc9599cf4aeb9b4067c1e 100644 (file)
@@ -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 <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
index acf5bfa1131f8afb2642936fa0c9655f949554ed..3c1ed180414cafeb83225eecdaa6c4795b7b415c 100755 (executable)
@@ -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;