Auth: minor bug, sending an empty log line after "...authenticated successfully..."

This commit is contained in:
Ad Schellevis 2021-01-29 17:29:20 +01:00
parent af1401850b
commit f57fe2b4d3

View File

@ -197,7 +197,7 @@ class AuthenticationFactory
if ($authenticator->authenticate($service->getUserName(), $password)) {
if ($service->checkConstraints()) {
syslog(LOG_NOTICE, sprintf(
"user %s authenticated successfully for %s [using %s + %s]\n",
"user %s authenticated successfully for %s [using %s + %s]",
$username,
$service_name,
get_class($service),