projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e01cdf1
)
Log login failures at an INFO level
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 30 Jun 2010 20:04:09 +0000
(14:04 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 30 Jun 2010 20:04:09 +0000
(14:04 -0600)
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
8dd1164
..
5588696
100644
(file)
--- a/
imp/lib/Auth.php
+++ b/
imp/lib/Auth.php
@@
-72,7
+72,7
@@
class IMP_Auth
try {
$imp_imap->login();
} catch (Horde_Imap_Client_Exception $e) {
- self::_logMessage(
$e->getMessage(), 'ERR
');
+ self::_logMessage(
'Login failed', 'INFO
');
if ($e->getCode() == Horde_Imap_Client_Exception::SERVER_CONNECT) {
throw new Horde_Auth_Exception(_("Could not connect to the remote server."));
}