mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Rephrase and clarify log message
This commit is contained in:
parent
a76840d206
commit
e156f85bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue