[FrameworkBundle] output failed matched path for clarification

This commit is contained in:
Tobias Schultze 2014-09-25 01:57:27 +03:00
parent a05a95c30e
commit 8d13af77db
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ EOF
}
if (!$matches) {
$output->writeln('<fg=red>None of the routes match</>');
$output->writeln(sprintf('<fg=red>None of the routes match the path "%s"</>', $input->getArgument('path_info')));
return 1;
}