feat: add debug on BG process #457
This commit is contained in:
parent
1a2b45ec61
commit
c387947548
|
@ -226,6 +226,7 @@
|
||||||
$this->debug('process already running');
|
$this->debug('process already running');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
$this->debug('process not already running');
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue