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') {
|
if ($state['status'] == 'started') {
|
||||||
$output->writeln(sprintf(
|
$output->writeln(sprintf(
|
||||||
'Scheduler is %s on pid %d'
|
'Scheduler is %s on pid %d'
|
||||||
, $state['schedstatus']
|
, $state['status']
|
||||||
, $state['schedpid']
|
, $state['pid']
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
$output->writeln(sprintf('Scheduler is %s', $state['status']));
|
$output->writeln(sprintf('Scheduler is %s', $state['status']));
|
||||||
|
Reference in New Issue
Block a user