mirror of
https://github.com/nextcloud/server.git
synced 2026-03-05 15:01:16 -05:00
Reduce log level of bind failed to WARN - fixes #11624
This commit is contained in:
parent
a24d73aa0c
commit
166c4e266f
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ class Connection extends LDAPUtility {
|
|||
if(!$ldapLogin) {
|
||||
\OCP\Util::writeLog('user_ldap',
|
||||
'Bind failed: ' . $this->ldap->errno($cr) . ': ' . $this->ldap->error($cr),
|
||||
\OCP\Util::ERROR);
|
||||
\OCP\Util::WARN);
|
||||
$this->ldapConnectionRes = null;
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue