Skip to content
Snippets Groups Projects
Commit e156f85b authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Rephrase and clarify log message

parent a76840d2
No related branches found
No related tags found
No related merge requests found
...@@ -729,7 +729,7 @@ class Access extends LDAPUtility { ...@@ -729,7 +729,7 @@ class Access extends LDAPUtility {
} }
} else { } else {
if(!is_null($limit)) { 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);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment