diff --git a/extend/catcher/command/CatchScheduleCommand.php b/extend/catcher/command/CatchScheduleCommand.php index 49f9073..abae4a3 100644 --- a/extend/catcher/command/CatchScheduleCommand.php +++ b/extend/catcher/command/CatchScheduleCommand.php @@ -72,6 +72,8 @@ class CatchScheduleCommand extends Command protected function stop(Master $process) { $process->stop(); + + $this->output->info('stop catch schedule successfully'); } /**