[Bps-public-commit] r20289 - RT-Authen-PAUSE/html/Callbacks/PAUSE/autohandler
trs at bestpractical.com
trs at bestpractical.com
Wed Apr 13 18:11:03 EDT 2011
Author: trs
Date: Wed Apr 13 18:11:03 2011
New Revision: 20289
Modified:
RT-Authen-PAUSE/html/Callbacks/PAUSE/autohandler/Session
Log:
Give some indication when the PAUSE auth request fails
Modified: RT-Authen-PAUSE/html/Callbacks/PAUSE/autohandler/Session
==============================================================================
--- RT-Authen-PAUSE/html/Callbacks/PAUSE/autohandler/Session (original)
+++ RT-Authen-PAUSE/html/Callbacks/PAUSE/autohandler/Session Wed Apr 13 18:11:03 2011
@@ -42,6 +42,8 @@
# different here or just let it fall through to the default
# autohandler to error out?
+ $RT::Logger->warning("PAUSE authentication failed with " . $res->code);
+
# Other code => oops, PAUSE is down, or something
return;
}
More information about the Bps-public-commit
mailing list