aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-07 10:27:00 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-07 10:27:00 +0100
commitb512780e37deb0b9a422ae8b1604e9c3454694a9 (patch)
treedf4451fc81d8a3bcb1716c6d58bea7afcd2658ff /include/feedutils.php
parent91dda86a74e5e4f4d474c84b037209315230a0b3 (diff)
downloadvolse-hubzilla-b512780e37deb0b9a422ae8b1604e9c3454694a9.tar.gz
volse-hubzilla-b512780e37deb0b9a422ae8b1604e9c3454694a9.tar.bz2
volse-hubzilla-b512780e37deb0b9a422ae8b1604e9c3454694a9.zip
do not spam the log
Diffstat (limited to 'include/feedutils.php')
-rw-r--r--include/feedutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php
index 644e205a6..07350a340 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -496,7 +496,7 @@ function get_atom_elements($feed, $item) {
$res['item_private'] = 1;
}
- logger('ostatus_protocol: ' . intval($ostatus_protocol));
+ logger('ostatus_protocol: ' . intval($ostatus_protocol), LOGGER_DEBUG);
$apps = $item->get_item_tags(NAMESPACE_STATUSNET, 'notice_info');
if($apps && $apps[0]['attribs']['']['source']) {