8000 [WebBundle] tweaked error message · CodingFabian/symfony@74ff6cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 74ff6cb

Browse files
committed
[WebBundle] tweaked error message
1 parent 17d4e15 commit 74ff6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function findController($bundle, $controller, $action)
8585
{
8686
if (null !== $this->logger)
8787
{
88-
$logs[] = sprintf('Failed finding controller "%s:%s" from namespace "%s"', $bundle, $controller, $namespace);
88+
$logs[] = sprintf('Failed finding controller "%s:%s" from namespace "%s" (%s)', $bundle, $controller, $namespace, $try);
8989
}
9090
}
9191
else

0 commit comments

Comments
 (0)
0