From f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 14 Oct 2020 14:25:22 +0000 Subject: use logger for logging --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') 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']; } } -- cgit v1.2.3