aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-08-09 20:33:03 +0200
committerMario Vavti <mario@mariovavti.com>2019-08-09 20:33:03 +0200
commit130cfbf2317f1fce9cd73b40cf58a06180875c67 (patch)
treeefff27625a172ab2ff170532ee5fb89f1041f79a
parent3070baf04efc50da830119aa39e26494c6f0374e (diff)
downloadvolse-hubzilla-130cfbf2317f1fce9cd73b40cf58a06180875c67.tar.gz
volse-hubzilla-130cfbf2317f1fce9cd73b40cf58a06180875c67.tar.bz2
volse-hubzilla-130cfbf2317f1fce9cd73b40cf58a06180875c67.zip
make fetch logging less chatty
-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 0808228a6..f86dc1604 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -75,7 +75,7 @@ class Activity {
if($x['success']) {
$y = json_decode($x['body'],true);
- logger('returned: ' . json_encode($y,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES));
+ logger('returned: ' . json_encode($y,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES), LOGGER_DEBUG);
return json_decode($x['body'], true);
}
else {