[Rt-commit] r5505 - in RT-Authen-Bitcard: .

kevinr at bestpractical.com kevinr at bestpractical.com
Mon Jul 3 16:20:37 EDT 2006


Author: kevinr
Date: Mon Jul  3 16:20:37 2006
New Revision: 5505

Modified:
   RT-Authen-Bitcard/   (props changed)
   RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth

Log:
 r14299 at sad-girl-in-snow:  kevinr | 2006-07-03 16:18:27 -0400
 * Changed debug() to warn()
 r14300 at sad-girl-in-snow:  kevinr | 2006-07-03 16:19:07 -0400
 * Fixed type -- changed warn() to warning()


Modified: RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth
==============================================================================
--- RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth	(original)
+++ RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth	Mon Jul  3 16:20:37 2006
@@ -11,7 +11,7 @@
   $bc->token($RT::BitcardToken);
 
   my $user = $bc->verify(\%ARGS) 
-      or $RT::Logger->debug("Bitcard verify() returned null: @{[$bc->errstr]}");
+      or $RT::Logger->warning("Bitcard verify() returned null: @{[$bc->errstr]}");
   $RT::Logger->debug("Bitcard verify() returned null: @{[$bc->errstr]}") unless $user;
 
   ### changing the 'defined $user->{'email}' line back to '$user' enables the


More information about the Rt-commit mailing list