Be less verbose when disabling SSL cert validation

change log level from WARN to DEBUG
This commit is contained in:
Lyonel Vincent 2014-12-24 16:32:27 +01:00
parent 801b9e0494
commit 5a00b33a90
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ class Connection extends LDAPUtility {
if(putenv('LDAPTLS_REQCERT=never')) {
\OCP\Util::writeLog('user_ldap',
'Turned off SSL certificate validation successfully.',
\OCP\Util::WARN);
\OCP\Util::DEBUG);
} else {
\OCP\Util::writeLog('user_ldap',
'Could not turn off SSL certificate validation.',