aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-14 14:25:22 +0000
committerMario <mario@mariovavti.com>2020-10-14 14:25:22 +0000
commitf5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76 (patch)
treeb57ca2abb65fd0e3be36bc9da634683652c4d976 /include
parent522b92128f076114da8f25e18151387d9012d33c (diff)
downloadvolse-hubzilla-f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76.tar.gz
volse-hubzilla-f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76.tar.bz2
volse-hubzilla-f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76.zip
use logger for logging
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 4fa8bf14c..8a2177de7 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -5385,7 +5385,7 @@ function find_best_zot_identity($xchan) {
);
if ($r) {
$r = Libzot::zot_record_preferred($r);
- hz_syslog('find_best_zot_identity: ' . $xchan . ' > ' . $r['hubloc_hash']);
+ logger('find_best_zot_identity: ' . $xchan . ' > ' . $r['hubloc_hash']);
return $r['hubloc_hash'];
}
}