summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-02-05 10:33:44 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-02-10 11:29:08 +0100
commite156f85bfb7ea1b6d74227a49507e1a3b0e0e374 (patch)
tree215c9a62d060a5ec08ea97c41071c8aa857ed1a3 /apps/user_ldap
parenta76840d20650b09d1a403c3f8e78dbf398a46fda (diff)
downloadnextcloud-server-e156f85bfb7ea1b6d74227a49507e1a3b0e0e374.tar.gz
nextcloud-server-e156f85bfb7ea1b6d74227a49507e1a3b0e0e374.zip
Rephrase and clarify log message
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/lib/access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index 72f9c740921..b619f62f296 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -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);
}
}
}