aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2023-10-25 14:45:26 +0200
committerMario Vavti <mario@mariovavti.com>2023-10-25 14:45:26 +0200
commit286104a988e4c21fc903518128317ce6abf204ce (patch)
treeb152ed3e2ef75352974c5da0c9215309cc79a0d1 /Zotlabs/Lib/Libzot.php
parent8ea6ead08ad56c1698e870f694cafe4ccb7bab2d (diff)
downloadvolse-hubzilla-286104a988e4c21fc903518128317ce6abf204ce.tar.gz
volse-hubzilla-286104a988e4c21fc903518128317ce6abf204ce.tar.bz2
volse-hubzilla-286104a988e4c21fc903518128317ce6abf204ce.zip
slightly less noise when logging normal
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 383785992..fba9f118e 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -2013,7 +2013,7 @@ class Libzot {
// logger($AS->debug());
if(empty($AS->actor['id'])) {
- logger('No actor id!');
+ logger('No actor id: ' . print_r($AS, true));
continue;
}