aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-14 12:32:18 +0000
committerMario <mario@mariovavti.com>2020-10-14 12:32:18 +0000
commit522b92128f076114da8f25e18151387d9012d33c (patch)
tree490a5b469fc5a9a05a269f4e20669868b1308f9f
parentea77043aaf0419f065ab47cb38e98203918f3465 (diff)
downloadvolse-hubzilla-522b92128f076114da8f25e18151387d9012d33c.tar.gz
volse-hubzilla-522b92128f076114da8f25e18151387d9012d33c.tar.bz2
volse-hubzilla-522b92128f076114da8f25e18151387d9012d33c.zip
use logger for logging
-rw-r--r--Zotlabs/Lib/Activity.php2
1 files changed, 1 insertions, 1 deletions
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'];
}
}