From f4213ad2b7f9668937d3b31e46906e746e4a3a70 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Fri, 28 Sep 2001 21:21:35 +0000 Subject: [PATCH] Commented out init_loggin() call. No used in program yet. --- src/spong-status.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spong-status.pl b/src/spong-status.pl index 599a59d..145cbab 100755 --- a/src/spong-status.pl +++ b/src/spong-status.pl @@ -3,7 +3,7 @@ # This program can be used to send Status update messages to the Spong Server # from shell scripts or other external programs. # -# $Id: spong-status.pl,v 1.7 2000/10/16 15:34:32 sljohnson Exp $ +# $Id: spong-status.pl,v 1.8 2001/09/28 21:21:35 sljohnson Exp $ use POSIX; use Getopt::Long; @@ -21,7 +21,7 @@ $|++; $conf_file = "@@ETCDIR@@/spong.conf"; &load_config_files(); # Loads the user specified configuration information -init_logging(); # Initialize the logging for the command +#init_logging(); # Initialize the logging for the command # Get the user options and spit back a usage message if they do something silly -- 2.30.2