]> git.etc.gen.nz Git - spong.git/commitdiff
Commented out init_loggin() call. No used in program yet.
authorStephen L Johnson <sjohnson@monsters.org>
Fri, 28 Sep 2001 21:21:35 +0000 (21:21 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Fri, 28 Sep 2001 21:21:35 +0000 (21:21 +0000)
src/spong-status.pl

index 599a59d2b21b3ed170a990304d8acc05a8faa9e6..145cbabf7f671c041b1496c85dcf089c3d4a22b3 100755 (executable)
@@ -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