diff options
Diffstat (limited to 'Zotlabs/Daemon/Expire.php')
-rw-r--r-- | Zotlabs/Daemon/Expire.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Zotlabs/Daemon/Expire.php b/Zotlabs/Daemon/Expire.php index bce512b6d..186e88fc9 100644 --- a/Zotlabs/Daemon/Expire.php +++ b/Zotlabs/Daemon/Expire.php @@ -8,11 +8,11 @@ class Expire { static public function run($argc,$argv){ cli_startup(); - - if ($pid = get_xconfig(0, 'expire', 'procid', false)) { - logger('Expire: procedure already run with PID ' . $pid); - return; - } + + if ($pid = get_xconfig(0, 'expire', 'procid', false)) { + logger('Expire: procedure already run with PID ' . $pid, LOGGER_DEBUG); + return; + } set_xconfig(0, 'expire', 'procid', getmypid()); |