]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-02-14 18:01:12 by cjwatson]
authorcjwatson <>
Sat, 15 Feb 2003 02:01:12 +0000 (18:01 -0800)
committercjwatson <>
Sat, 15 Feb 2003 02:01:12 +0000 (18:01 -0800)
Report the old submitter as well.

scripts/service.in

index 33a3efc2cafe117ebca2e985c42de78bf4f8aedf..e7bb5782a9ae8b0ee4c494639964281a19cd815a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: service.in,v 1.65 2003/02/10 01:57:46 cjwatson Exp $
+# $Id: service.in,v 1.66 2003/02/14 18:01:12 cjwatson Exp $
 # ^ more or less ^
 #
 # Usage: service <code>.nn
@@ -336,7 +336,7 @@ END
             &addmaintainers($s_package);
             $oldsubmitter= $s_originator;
             $s_originator= $newsubmitter;
-            $action= "Changed $gBug submitter to $newsubmitter.";
+            $action= "Changed $gBug submitter from $oldsubmitter to $newsubmitter.";
             &savebug;
             &transcript("$action\n");
             if (length($s_done)) {