Add debugging logging for login failures.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 13 Jul 2009 21:56:12 +0000 (15:56 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 13 Jul 2009 21:56:12 +0000 (15:56 -0600)
framework/Auth/lib/Horde/Auth/Driver.php

index 13f67f3..e1e70e5 100644 (file)
@@ -113,6 +113,7 @@ class Horde_Auth_Driver
                 }
             }
         } catch (Horde_Exception $e) {
+            Horde::logMessage($e, __FILE__, __LINE__, PEAR_LOG_DEBUG);
             Horde_Auth::setAuthError($e->getCode() || Horde_Auth::REASON_MESSAGE, $e->getMessage());
         }