Commit f29c714e authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #496 in ZP/z-push from...

Merge pull request #496 in ZP/z-push from bugfix/ZP-250-meta-ticket-for-documentation-typo to develop

* commit 'f9e1ffab':
  ZP-250 Don't log logon failes as WARN as the error code is logged already.
parents 80b046ba f9e1ffab
......@@ -166,7 +166,7 @@ class BackendKopano implements IBackend, ISearchProvider {
}
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;
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