and add missing whitespaces to log outout
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
b8afb84b18
commit
791fa6905f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue