Rephrase and clarify log message

This commit is contained in:
Arthur Schiwon 2014-02-05 10:33:44 +01:00
parent a76840d206
commit e156f85bfb
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ class Access extends LDAPUtility {
}
} else {
if(!is_null($limit)) {
\OCP\Util::writeLog('user_ldap', 'Paged search failed :(', \OCP\Util::INFO);
\OCP\Util::writeLog('user_ldap', 'Paged search was not available', \OCP\Util::INFO);
}
}
}