From: Don Armstrong Date: Wed, 8 Aug 2007 01:46:50 +0000 (-0700) Subject: - Make notfound/notfixed log verbiage more clear (closes: #434953) X-Git-Tag: release/2.6.0~522^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=abea7099a94a1a0334da68b9cd228c519d6f34ce;p=debbugs.git - Make notfound/notfixed log verbiage more clear (closes: #434953) --- diff --git a/debian/changelog b/debian/changelog index ac469a3..b6085a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 20 Jun 2003 18:57:25 +0100 diff --git a/scripts/service.in b/scripts/service.in index 3c1ed18..2353b4f 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -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);