From 791fa6905f6f2b2991c65c366461f761653efcc5 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 28 Sep 2017 01:16:57 +0200 Subject: [PATCH] and add missing whitespaces to log outout Signed-off-by: Arthur Schiwon --- apps/user_ldap/lib/Connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 10fbea7174..5b5991e499 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;