aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/QueueWorker.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-12-10 17:06:54 +0000
committerMario <mario@mariovavti.com>2022-12-10 17:06:54 +0000
commit86e1dd4673017ecc3f595ecfa6c9e257b86878ac (patch)
tree0bdaedf483b3b872f2f2de85c42b0ee85237f28f /Zotlabs/Lib/QueueWorker.php
parent0ee41c3341865a7708fb6fab27694a2487a3256b (diff)
downloadvolse-hubzilla-86e1dd4673017ecc3f595ecfa6c9e257b86878ac.tar.gz
volse-hubzilla-86e1dd4673017ecc3f595ecfa6c9e257b86878ac.tar.bz2
volse-hubzilla-86e1dd4673017ecc3f595ecfa6c9e257b86878ac.zip
remove debug logging
Diffstat (limited to 'Zotlabs/Lib/QueueWorker.php')
-rw-r--r--Zotlabs/Lib/QueueWorker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/QueueWorker.php b/Zotlabs/Lib/QueueWorker.php
index 48d5f5bb2..ff29fa065 100644
--- a/Zotlabs/Lib/QueueWorker.php
+++ b/Zotlabs/Lib/QueueWorker.php
@@ -288,7 +288,7 @@ class QueueWorker {
$workinfo = json_decode($workitem[0]['workerq_data'], true);
$argv = $workinfo['argv'];
- hz_syslog('Master: process: ' . json_encode($argv), LOGGER_DEBUG);
+ logger('Master: process: ' . json_encode($argv), LOGGER_DEBUG);
$cls = '\\Zotlabs\\Daemon\\' . $argv[0];
$argv = flatten_array_recursive($argv);