Skip to content

Commit ebc751d

Browse files
committed
Write the log message on a single line againn
1 parent 713b99f commit ebc751d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@ public function handle(GetResponseEvent $event)
7878

7979
if ($event->hasResponse()) {
8080
if (null !== $this->logger) {
81-
$this->logger->debug(sprintf(
82-
'The "%s" authenticator set the response. Any later authenticator will not be called',
83-
get_class($guardAuthenticator)
84-
));
81+
$this->logger->debug(sprintf('The "%s" authenticator set the response. Any later authenticator will not be called', get_class($guardAuthenticator)));
8582
}
8683

8784
break;

0 commit comments

Comments
 (0)