From ea77043aaf0419f065ab47cb38e98203918f3465 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 14 Oct 2020 08:53:12 +0000 Subject: more logging --- Zotlabs/Lib/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 08e5ffaca..204d19480 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -3199,7 +3199,7 @@ class Activity { ); if ($r) { $r = Libzot::zot_record_preferred($r); - logger('find_best_identity: ' . $xchan . ' > ' . $r['hubloc_hash']); + hz_syslog('find_best_identity: ' . $xchan . ' > ' . $r['hubloc_hash']); return $r['hubloc_hash']; } } -- cgit v1.2.3