From 522b92128f076114da8f25e18151387d9012d33c Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 14 Oct 2020 12:32:18 +0000 Subject: use logger for 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 204d19480..08e5ffaca 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); - hz_syslog('find_best_identity: ' . $xchan . ' > ' . $r['hubloc_hash']); + logger('find_best_identity: ' . $xchan . ' > ' . $r['hubloc_hash']); return $r['hubloc_hash']; } } -- cgit v1.2.3