diff options
author | Mario <mario@mariovavti.com> | 2024-10-06 15:53:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-06 15:53:39 +0000 |
commit | 1988d21e6c64db1a93cc81f80409ce7d918aae7d (patch) | |
tree | a180c42074fd529b0ec608c5e304e1ccadd83639 /Zotlabs/Daemon/Notifier.php | |
parent | 19eeadfe5bafb8bdec3ac102d9b9f49593cc0933 (diff) | |
download | volse-hubzilla-1988d21e6c64db1a93cc81f80409ce7d918aae7d.tar.gz volse-hubzilla-1988d21e6c64db1a93cc81f80409ce7d918aae7d.tar.bz2 volse-hubzilla-1988d21e6c64db1a93cc81f80409ce7d918aae7d.zip |
start containers
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index 20134b8fe..76e0628bf 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -345,7 +345,7 @@ class Notifier { } logger('target_item: ' . print_r($target_item, true), LOGGER_DEBUG); - logger('encoded: ' . print_r(self::$encoded_item, true), LOGGER_DEBUG); + hz_syslog('encoded: ' . print_r(self::$encoded_item, true), LOGGER_DEBUG); // Send comments to the owner to re-deliver to everybody in the conversation // We only do this if the item in question originated on this site. This prevents looping. |