From: cjwatson <> Date: Mon, 10 Feb 2003 09:57:46 +0000 (-0800) Subject: [project @ 2003-02-10 01:57:46 by cjwatson] X-Git-Tag: release/2.6.0~960 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=75fe1dcac1464ee0f75d58405a2e91d1977fcfd0;p=debbugs.git [project @ 2003-02-10 01:57:46 by cjwatson] Provide more information in the acknowledgement for 'submitter'. --- diff --git a/scripts/service.in b/scripts/service.in index ccb16ac6..33a3efc2 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: service.in,v 1.64 2002/11/26 04:21:06 cjwatson Exp $ +# $Id: service.in,v 1.65 2003/02/10 01:57:46 cjwatson Exp $ # ^ more or less ^ # # Usage: service .nn @@ -336,7 +336,7 @@ END &addmaintainers($s_package); $oldsubmitter= $s_originator; $s_originator= $newsubmitter; - $action= "Changed $gBug submitter."; + $action= "Changed $gBug submitter to $newsubmitter."; &savebug; &transcript("$action\n"); if (length($s_done)) {