8000 [FrameworkBundle] output failed matched path for clarification · src-run/symfony@8d13af7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d13af7

Browse files
committed
[FrameworkBundle] output failed matched path for clarification
1 parent a05a95c commit 8d13af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8989
}
9090

9191
if (!$matches) {
92-
$output->writeln('<fg=red>None of the routes match</>');
92+
$output->writeln(sprintf('<fg=red>None of the routes match the path "%s"</>', $input->getArgument('path_info')));
9393

9494
return 1;
9595
}

0 commit comments

Comments
 (0)
0