summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Log.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 06:58:44 +0000
committerfukachan <fukachan>2003-01-11 06:58:44 +0000
commite623789f11adc59ac02d3c2cd0594569d933cc1a (patch)
tree4b78e72b011bbe0a8162c681d6024e0ddbb9baec /fml/lib/FML/Log.pm
parentce4796e905cdaf3a3dd9a24d2a6a3cae90adc388 (diff)
downloadfml8-e623789f11adc59ac02d3c2cd0594569d933cc1a.tar.gz
fml8-e623789f11adc59ac02d3c2cd0594569d933cc1a.tar.bz2
fml8-e623789f11adc59ac02d3c2cd0594569d933cc1a.zip
fix comments.
Diffstat (limited to 'fml/lib/FML/Log.pm')
-rw-r--r--fml/lib/FML/Log.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Log.pm b/fml/lib/FML/Log.pm
index 97064ec3..26a621b9 100644
--- a/fml/lib/FML/Log.pm
+++ b/fml/lib/FML/Log.pm
@@ -1,8 +1,8 @@
#-*- perl -*-
#
-# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
#
-# $FML: Log.pm,v 1.24 2002/12/18 03:42:28 fukachan Exp $
+# $FML: Log.pm,v 1.25 2002/12/26 04:26:10 fukachan Exp $
#
package FML::Log;
@@ -79,7 +79,7 @@ same as Log("error: $message", $args);
# Descriptions: write message $msg to logfile
-# Arguments: STR($msg) HASH_REF($args)
+# Arguments: STR($mesg) HASH_REF($args)
# Side Effects: update logfile
# Return Value: none
sub Log
@@ -156,7 +156,7 @@ sub Log
# Descriptions: write message "warn: $msg", call Log() ASAP.
# send the message into stderr if Log() failed.
-# Arguments: STR($msg) HASH_REF($args)
+# Arguments: STR($mesg) HASH_REF($args)
# Side Effects: none
# Return Value: none
sub LogWarn
@@ -174,7 +174,7 @@ sub LogWarn
# Descriptions: write message "error: $msg", call Log() ASAP.
# send the message into stderr if Log() failed.
-# Arguments: STR($msg) HASH_REF($args)
+# Arguments: STR($mesg) HASH_REF($args)
# Side Effects: none
# Return Value: none
sub LogError
@@ -206,7 +206,7 @@ Ken'ichi Fukamachi <F<fukachan@fml.org>>
=head1 COPYRIGHT
-Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.