feat: add debug on BG process #457

This commit is contained in:
vnmedeiros 2021-02-27 11:21:54 -03:00
parent 1a2b45ec61
commit c387947548
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@
$this->debug('process already running');
return true;
}
$this->debug('process not already running');
return false;
}