]> git.etc.gen.nz Git - spong.git/commitdiff
added missing debug and error procedures
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 26 Feb 2003 15:07:33 +0000 (15:07 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 26 Feb 2003 15:07:33 +0000 (15:07 +0000)
src/spong-status.pl

index 8774fd530be363741ebc58d8fa2acda3afb5d5cc..402e92e7d7b30f41ae7405e82b7af735a3b8b1cd 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.9 2002/06/04 01:10:01 sljohnson Exp $
+# $Id: spong-status.pl,v 1.10 2003/02/26 15:07:33 sljohnson Exp $
 
 use POSIX;
 use Getopt::Long;
@@ -143,7 +143,9 @@ sub load_config_files {
 
 # Output functions
 
-sub error { print STDERR scalar localtime,": $_\n"; }
+sub debug { Spong::Log::debug($_[0],$_[1]); }
+sub error { Spong::Log::error($_[0]); }
+
 
 # This function initializes the debug and error logging contexts in the 
 # Log module.