From 70e6d93883f77bedc82dbef888e850dbcd122d4e Mon Sep 17 00:00:00 2001 From: fukachan Date: Thu, 26 May 2005 09:46:01 +0000 Subject: log errors more. --- fml/lib/FML/Command/Auth.pm | 9 ++++++--- 1 file 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. -- cgit v1.2.1