From 166c4e266ff9817ca125d8376d4bb0ce0d6ef68d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 3 Feb 2015 11:44:28 +0100 Subject: Reduce log level of bind failed to WARN - fixes #11624 --- apps/user_ldap/lib/connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index a9d21ffc8e7..e3b2616e2d2 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -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; } -- cgit v1.2.3