From c1b24e12cbeb22e8372f99fcf3c683643b954571 Mon Sep 17 00:00:00 2001
From: cjwatson <>
Date: Fri, 14 Feb 2003 18:01:12 -0800
Subject: [PATCH] [project @ 2003-02-14 18:01:12 by cjwatson] Report the old
 submitter as well.

---
 scripts/service.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/service.in b/scripts/service.in
index 33a3efc2..e7bb5782 100755
--- a/scripts/service.in
+++ b/scripts/service.in
@@ -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)) {
-- 
2.39.5