From 10a920be1343fd12d787ea2b9062b7e681d47945 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 29 May 2002 02:01:27 +0000 Subject: [PATCH] added missing 'summary' field from status message hash for p*data modules --- src/spong-server.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2