summaryrefslogtreecommitdiffstats
path: root/Guard
diff options
context:
space:
mode:
authorDiego Agulló <diego.agullo@mo2o.com>2015-11-03 10:13:43 +0100
committerDiego Agulló <diego.agullo@mo2o.com>2015-11-03 10:13:43 +0100
commit691dc886b74b347d9343e181e32c23e15a29e6aa (patch)
treea75c205dca38c0662d952cfa135f0f06b3a54967 /Guard
parent9c311f83ce68ead35d6bf0d9dab5d75cb39eeb3d (diff)
downloadsymfony-security-691dc886b74b347d9343e181e32c23e15a29e6aa.zip
symfony-security-691dc886b74b347d9343e181e32c23e15a29e6aa.tar.gz
symfony-security-691dc886b74b347d9343e181e32c23e15a29e6aa.tar.bz2
Write the log message on a single line againn
Diffstat (limited to 'Guard')
-rw-r--r--Guard/Firewall/GuardAuthenticationListener.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/Guard/Firewall/GuardAuthenticationListener.php b/Guard/Firewall/GuardAuthenticationListener.php
index 1a659fc..ed0a36e 100644
--- a/Guard/Firewall/GuardAuthenticationListener.php
+++ b/Guard/Firewall/GuardAuthenticationListener.php
@@ -78,10 +78,7 @@ class GuardAuthenticationListener implements ListenerInterface
if ($event->hasResponse()) {
if (null !== $this->logger) {
- $this->logger->debug(sprintf(
- 'The "%s" authenticator set the response. Any later authenticator will not be called',
- get_class($guardAuthenticator)
- ));
+ $this->logger->debug(sprintf('The "%s" authenticator set the response. Any later authenticator will not be called', get_class($guardAuthenticator)));
}
break;