diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-09-28 01:16:57 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-09-28 01:16:57 +0200 |
commit | 3e2015a24c5121422c952485704c15c15a49e3b7 (patch) | |
tree | 6d487dc455ceff0be4054c2987296e61931c8456 /apps | |
parent | eac542a3cca687cdcd4fddab3f134de2fbf74ad2 (diff) | |
download | nextcloud-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.php | 4 |
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; |