diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php index 79bb035474..7d1f16696a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php @@ -89,7 +89,7 @@ EOF } if (!$matches) { - $output->writeln('None of the routes match'); + $output->writeln(sprintf('None of the routes match the path "%s"', $input->getArgument('path_info'))); return 1; }