diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-08-09 20:33:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-08-09 20:33:03 +0200 |
commit | 130cfbf2317f1fce9cd73b40cf58a06180875c67 (patch) | |
tree | efff27625a172ab2ff170532ee5fb89f1041f79a /Zotlabs/Lib | |
parent | 3070baf04efc50da830119aa39e26494c6f0374e (diff) | |
download | volse-hubzilla-130cfbf2317f1fce9cd73b40cf58a06180875c67.tar.gz volse-hubzilla-130cfbf2317f1fce9cd73b40cf58a06180875c67.tar.bz2 volse-hubzilla-130cfbf2317f1fce9cd73b40cf58a06180875c67.zip |
make fetch logging less chatty
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
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 { |