1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 01:36:57 +02:00

[ticket/13126] Change messages verbosity levels

PHPBB3-13126
This commit is contained in:
Tristan Darricau
2014-10-20 19:42:54 +02:00
parent 8f6fcd2744
commit faf4b03c43
3 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ class console_migrator_output_handler implements migrator_output_handler_interfa
{
$translated_message = '<info>' . $translated_message . '</info>';
}
else if ($verbosity === migrator_output_handler_interface::VERBOSITY_VERY_VERBOSE)
else if ($verbosity === migrator_output_handler_interface::VERBOSITY_VERBOSE)
{
$translated_message = '<comment>' . $translated_message . '</comment>';
}