diff --git a/framework/console/controllers/MessageController.php b/framework/console/controllers/MessageController.php index d79d18127f..10b4ebf89c 100644 --- a/framework/console/controllers/MessageController.php +++ b/framework/console/controllers/MessageController.php @@ -407,6 +407,8 @@ EOD; ['in', 'id', $obsolete] )->execute(); $this->stdout("updated.\n"); + } else { + $this->stdout("kept untouched.\n"); } } }