From: Stephen L Johnson Date: Wed, 29 May 2002 02:01:27 +0000 (+0000) Subject: added missing 'summary' field from status message hash for p*data modules X-Git-Tag: spong-2_7_7~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a920be1343fd12d787ea2b9062b7e681d47945;p=spong.git added missing 'summary' field from status message hash for p*data modules --- diff --git a/src/spong-server.pl b/src/spong-server.pl index e758cb0..f83102e 100755 --- a/src/spong-server.pl +++ b/src/spong-server.pl @@ -6,7 +6,7 @@ # There are one or more update processes that listen for status updates # from client programs. -# $Id: spong-server.pl,v 1.49 2002/03/22 16:46:56 sljohnson Exp $ +# $Id: spong-server.pl,v 1.50 2002/05/29 02:01:27 sljohnson Exp $ use lib "@@LIBDIR@@"; @@ -628,6 +628,7 @@ sub save_status { 'color' => $color, 'time' => $time, 'duration' => $duration, + 'summary' => $sum, }; # Call of the data function modules in the registry