]> git.donarmstrong.com Git - debbugs.git/commitdiff
- Make notfound/notfixed log verbiage more clear (closes: #434953)
authorDon Armstrong <don@donarmstrong.com>
Wed, 8 Aug 2007 01:46:50 +0000 (18:46 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 8 Aug 2007 01:46:50 +0000 (18:46 -0700)
debian/changelog
scripts/service.in

index ac469a389e7e4ecad3ef4b7bdd95d5cb60e0511c..b6085a332562546db1e429038e095139ddf1e291 100644 (file)
@@ -202,6 +202,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low
       packages) correctly. (closes: #435926)
     - Make sendmail binary location configurable, and use flock instead of
       fcntl. (closes: #260791)
+    - Make notfound/notfixed log verbiage more clear (closes: #434953)
 
   
  -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
index 3c1ed180414cafeb83225eecdaa6c4795b7b415c..2353b4f242abee8415c1ad5f066586810b3080bc 100755 (executable)
@@ -584,7 +584,7 @@ END
         $ref= $1;
         $version= $2;
         if (&setbug) {
-            $action= "$gBug marked as not found in version $version.";
+            $action= "$gBug no longer marked as found in version $version.";
             if (length($data->{done})) {
                 $extramessage= "(By the way, this $gBug is currently marked as done.)\n";
             }
@@ -620,7 +620,7 @@ END
         if (&setbug) {
             $action=
                  defined($version) ?
-                      "$gBug marked as not fixed in version $version." :
+                      "$gBug no longer marked as fixed in version $version." :
                            "$gBug reopened.";
                 do {
                     &addmaintainers($data);