summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-09-28 01:16:57 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-09-28 01:16:57 +0200
commit3e2015a24c5121422c952485704c15c15a49e3b7 (patch)
tree6d487dc455ceff0be4054c2987296e61931c8456 /apps
parenteac542a3cca687cdcd4fddab3f134de2fbf74ad2 (diff)
downloadnextcloud-server-3e2015a24c5121422c952485704c15c15a49e3b7.tar.gz
nextcloud-server-3e2015a24c5121422c952485704c15c15a49e3b7.zip
and add missing whitespaces to log outout
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/Connection.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php
index 440f5d2444e..3350dd6a5cd 100644
--- a/apps/user_ldap/lib/Connection.php
+++ b/apps/user_ldap/lib/Connection.php
@@ -436,8 +436,8 @@ class Connection extends LDAPUtility {
|| ($agent !== '' && $pwd === '')
) {
\OCP\Util::writeLog('user_ldap',
- $errorStr.'either no password is given for the'.
- 'user agent or a password is given, but not an'.
+ $errorStr.'either no password is given for the '.
+ 'user agent or a password is given, but not an '.
'LDAP agent.',
\OCP\Util::WARN);
$configurationOK = false;