aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-10-20 19:42:54 +0200
committerTristan Darricau <github@nicofuma.fr>2014-10-20 19:42:54 +0200
commitfaf4b03c43ecac7aa16e42433cce591512f3ef90 (patch)
treec3ee2adb371dc28fbca2d5d86021dff04842ca90 /phpBB/phpbb/console
parent8f6fcd2744a80795139600c2a7c1f46f59b8cbfe (diff)
downloadforums-faf4b03c43ecac7aa16e42433cce591512f3ef90.tar
forums-faf4b03c43ecac7aa16e42433cce591512f3ef90.tar.gz
forums-faf4b03c43ecac7aa16e42433cce591512f3ef90.tar.bz2
forums-faf4b03c43ecac7aa16e42433cce591512f3ef90.tar.xz
forums-faf4b03c43ecac7aa16e42433cce591512f3ef90.zip
[ticket/13126] Change messages verbosity levels
PHPBB3-13126
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r--phpBB/phpbb/console/command/db/console_migrator_output_handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/db/console_migrator_output_handler.php b/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
index 0c494cea63..74549e8e42 100644
--- a/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
+++ b/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
@@ -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>';
}