aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-08-09 18:33:03 +0000
committerMario <mario@mariovavti.com>2019-08-09 20:34:38 +0200
commit8d8b7ed567e1aa29f4d30f62155c654a8159467d (patch)
treeac1de1f4717e848dcc5f1ec28a7c5276596e45a5 /Zotlabs/Lib/Activity.php
parent940e4a6152bdbcc7540e6244630187e84f365f3f (diff)
downloadvolse-hubzilla-8d8b7ed567e1aa29f4d30f62155c654a8159467d.tar.gz
volse-hubzilla-8d8b7ed567e1aa29f4d30f62155c654a8159467d.tar.bz2
volse-hubzilla-8d8b7ed567e1aa29f4d30f62155c654a8159467d.zip
make fetch logging less chatty
(cherry picked from commit 130cfbf2317f1fce9cd73b40cf58a06180875c67)
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-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 {