aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/zot.php')
-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'];
}
}