[Rt-commit] r5504 - in RT-Authen-Bitcard: .
kevinr at bestpractical.com
kevinr at bestpractical.com
Mon Jul 3 16:19:23 EDT 2006
Author: kevinr
Date: Mon Jul 3 16:19:23 2006
New Revision: 5504
Modified:
RT-Authen-Bitcard/ (props changed)
RT-Authen-Bitcard/html/Callbacks/Bitcard/autohandler/Auth
Log:
r14297 at sad-girl-in-snow: kevinr | 2006-07-03 16:05:02 -0400
* Merged Robert and my changes
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:19:23 2006
@@ -11,7 +11,7 @@
$bc->token($RT::BitcardToken);
my $user = $bc->verify(\%ARGS)
- or $RT::Logger->warn($bc->errstr);
+ or $RT::Logger->debug("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