diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-07 10:27:00 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-07 10:27:00 +0100 |
commit | b512780e37deb0b9a422ae8b1604e9c3454694a9 (patch) | |
tree | df4451fc81d8a3bcb1716c6d58bea7afcd2658ff | |
parent | 91dda86a74e5e4f4d474c84b037209315230a0b3 (diff) | |
download | volse-hubzilla-b512780e37deb0b9a422ae8b1604e9c3454694a9.tar.gz volse-hubzilla-b512780e37deb0b9a422ae8b1604e9c3454694a9.tar.bz2 volse-hubzilla-b512780e37deb0b9a422ae8b1604e9c3454694a9.zip |
do not spam the log
-rw-r--r-- | include/feedutils.php | 2 |
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']) { |