diff options
author | Mario <mario@mariovavti.com> | 2020-10-14 14:25:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-14 14:25:22 +0000 |
commit | f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76 (patch) | |
tree | b57ca2abb65fd0e3be36bc9da634683652c4d976 | |
parent | 522b92128f076114da8f25e18151387d9012d33c (diff) | |
download | volse-hubzilla-f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76.tar.gz volse-hubzilla-f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76.tar.bz2 volse-hubzilla-f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76.zip |
use logger for logging
-rw-r--r-- | include/zot.php | 2 |
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']; } } |