aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-14 08:53:12 +0000
committerMario <mario@mariovavti.com>2020-10-14 08:53:12 +0000
commitea77043aaf0419f065ab47cb38e98203918f3465 (patch)
treedef51a002cb920a81ceb7f6662b8e0ca3bbf094b /Zotlabs/Lib
parente2e160b8e8d01eb0d2c537318f1d738aef9df9c8 (diff)
downloadvolse-hubzilla-ea77043aaf0419f065ab47cb38e98203918f3465.tar.gz
volse-hubzilla-ea77043aaf0419f065ab47cb38e98203918f3465.tar.bz2
volse-hubzilla-ea77043aaf0419f065ab47cb38e98203918f3465.zip
more logging
Diffstat (limited to 'Zotlabs/Lib')
-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 08e5ffaca..204d19480 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);
- logger('find_best_identity: ' . $xchan . ' > ' . $r['hubloc_hash']);
+ hz_syslog('find_best_identity: ' . $xchan . ' > ' . $r['hubloc_hash']);
return $r['hubloc_hash'];
}
}