Be less verbose when using a paged search

Lower the priority from INFO to DEBUG
This commit is contained in:
Lyonel Vincent 2014-12-24 16:35:36 +01:00
parent 5a00b33a90
commit f94b300602
1 changed files with 1 additions and 1 deletions

View File

@ -1406,7 +1406,7 @@ class Access extends LDAPUtility implements user\IUserTools {
if(!$pagedSearchOK) {
return false;
}
\OCP\Util::writeLog('user_ldap', 'Ready for a paged search', \OCP\Util::INFO);
\OCP\Util::writeLog('user_ldap', 'Ready for a paged search', \OCP\Util::DEBUG);
} else {
\OCP\Util::writeLog('user_ldap',
'No paged search for us, Cpt., Limit '.$limit.' Offset '.$offset,