diff --git a/src/classes/libs/wp-background-process.php b/src/classes/libs/wp-background-process.php index 10ba39134..0f0ea6e73 100644 --- a/src/classes/libs/wp-background-process.php +++ b/src/classes/libs/wp-background-process.php @@ -226,6 +226,7 @@ $this->debug('process already running'); return true; } + $this->debug('process not already running'); return false; }