Commit f9e1ffab authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-250 Don't log logon failes as WARN as the error code is logged

already.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 122e59ad
...@@ -166,7 +166,7 @@ class BackendKopano implements IBackend, ISearchProvider { ...@@ -166,7 +166,7 @@ class BackendKopano implements IBackend, ISearchProvider {
} }
if(!$this->session) { if(!$this->session) {
ZLog::Write(LOGLEVEL_WARN, sprintf("KopanoBackend->Logon(): logon failed for user '%s'", $user)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("KopanoBackend->Logon(): logon failed for user '%s'", $user));
$this->defaultstore = false; $this->defaultstore = false;
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment