From 3e2015a24c5121422c952485704c15c15a49e3b7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 28 Sep 2017 01:16:57 +0200 Subject: 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(-) (limited to 'apps/user_ldap') 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; -- cgit v1.2.3