diff options
| author | fukachan <fukachan> | 2004-07-23 13:16:30 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-07-23 13:16:30 +0000 |
| commit | 017265cfc701f6abcd99f52a0fa6eb9516fd510f (patch) | |
| tree | 971613cdfec2b93173ad88a8dfa579dc29ba5ac3 /fml/lib/FML/Log.pm | |
| parent | 1359417a1475d1530200003dd4005954bff51c50 (diff) | |
| download | fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.gz fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.bz2 fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.zip | |
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML/Log.pm')
| -rw-r--r-- | fml/lib/FML/Log.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Log.pm b/fml/lib/FML/Log.pm index f2a5a587..87ac377c 100644 --- a/fml/lib/FML/Log.pm +++ b/fml/lib/FML/Log.pm @@ -2,7 +2,7 @@ # # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # -# $FML: Log.pm,v 1.27 2003/09/13 09:04:51 fukachan Exp $ +# $FML: Log.pm,v 1.28 2004/01/02 14:42:45 fukachan Exp $ # package FML::Log; @@ -18,7 +18,7 @@ use FML::Credential; =head1 NAME -FML::Log - logging functions +FML::Log - logging functions. =head1 SYNOPSIS @@ -78,7 +78,7 @@ same as Log("error: $message", $args); =cut -# Descriptions: write message $msg to logfile +# Descriptions: write message $msg to logfile. # Arguments: STR($mesg) HASH_REF($args) # Side Effects: update logfile # Return Value: none |
