Rephrase and clarify log message
This commit is contained in:
parent
a76840d206
commit
e156f85bfb
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue