mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
fix sxheduler state issue
This commit is contained in:
@@ -53,8 +53,8 @@ class module_console_schedulerState extends Command
|
||||
if ($state['status'] == 'started') {
|
||||
$output->writeln(sprintf(
|
||||
'Scheduler is %s on pid %d'
|
||||
, $state['schedstatus']
|
||||
, $state['schedpid']
|
||||
, $state['status']
|
||||
, $state['pid']
|
||||
));
|
||||
} else {
|
||||
$output->writeln(sprintf('Scheduler is %s', $state['status']));
|
||||
|
Reference in New Issue
Block a user