summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-05-26 09:46:01 +0000
committerfukachan <fukachan>2005-05-26 09:46:01 +0000
commit70e6d93883f77bedc82dbef888e850dbcd122d4e (patch)
treeb6ebbf5649c8976eda8fc5fb36fea9f8f08cd475 /fml/lib/FML/Command
parent5b0e451e4075f0c77cac09b63c3f4fd6f675ae32 (diff)
downloadfml8-70e6d93883f77bedc82dbef888e850dbcd122d4e.tar.gz
fml8-70e6d93883f77bedc82dbef888e850dbcd122d4e.tar.bz2
fml8-70e6d93883f77bedc82dbef888e850dbcd122d4e.zip
log errors more.
Diffstat (limited to 'fml/lib/FML/Command')
-rw-r--r--fml/lib/FML/Command/Auth.pm9
1 files changed, 6 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm
index 9c8abf77..3db3e48f 100644
--- a/fml/lib/FML/Command/Auth.pm
+++ b/fml/lib/FML/Command/Auth.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003,2004,2005 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.
#
-# $FML: Auth.pm,v 1.38 2004/06/26 11:33:30 fukachan Exp $
+# $FML: Auth.pm,v 1.39 2004/12/05 16:19:06 fukachan Exp $
#
package FML::Command::Auth;
@@ -217,6 +217,9 @@ sub check_admin_member_password
unless ($password_match) {
$curproc->logerror("$function: password mismatch");
}
+ else {
+ $curproc->logerror("$function: unknown reason");
+ }
}
}
return $status;
@@ -316,7 +319,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi
+Copyright (C) 2002,2003,2004,2005 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.