From: Stephen L Johnson Date: Fri, 28 Sep 2001 21:21:35 +0000 (+0000) Subject: Commented out init_loggin() call. No used in program yet. X-Git-Tag: spong-2_7_7~34 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4213ad2b7f9668937d3b31e46906e746e4a3a70;p=spong.git Commented out init_loggin() call. No used in program yet. --- 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