aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-19 19:22:22 -0800
committerfriendica <info@friendica.com>2014-11-19 19:22:22 -0800
commit18cae8a78cb3df8ffcd9e4787c3b572c799036da (patch)
treee2bf55725e574dfacafe50ea485c5833cbd42bc8 /include/items.php
parent50244f943d0a14e3d7a7fcbe7f51d02dbe039879 (diff)
downloadvolse-hubzilla-18cae8a78cb3df8ffcd9e4787c3b572c799036da.tar.gz
volse-hubzilla-18cae8a78cb3df8ffcd9e4787c3b572c799036da.tar.bz2
volse-hubzilla-18cae8a78cb3df8ffcd9e4787c3b572c799036da.zip
change logging of some troublesome or noisy bits so we can figure out what is really going on
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 19de52e92..00edeabdd 100755
--- a/include/items.php
+++ b/include/items.php
@@ -4285,7 +4285,7 @@ function zot_feed($uid,$observer_xchan,$arr) {
$mindate = NULL_DATE;
$mindate = dbesc($mindate);
- logger('zot_feed: ' . $uid);
+ logger('zot_feed: requested for uid ' . $uid . ' from observer ' . $observer_xchan, LOGGER_DEBUG);
if(! perm_is_allowed($uid,$observer_xchan,'view_stream')) {
logger('zot_feed: permission denied.');