]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
Merge pull request #3281 from annando/issue-3206-2957
[friendica.git] / include / poller.php
index 3124c40a7a62cdc2fa4cb43d64d465cbb55bcff4..5560b3340e6209fc4ab82c97ecd3619bc9840afc 100644 (file)
@@ -397,8 +397,9 @@ function poller_kill_stale_workers() {
                                        dbesc(datetime_convert()),
                                        intval(PRIORITY_NEGLIGIBLE),
                                        intval($pid["pid"]));
-                       } else
+                       } else {
                                logger("Worker process ".$pid["pid"]." (".implode(" ", $argv).") now runs for ".round($duration)." of ".$max_duration." allowed minutes. That's okay.", LOGGER_DEBUG);
+                       }
                }
        }
 }