aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-31 17:14:56 -0700
committerfriendica <info@friendica.com>2014-03-31 17:14:56 -0700
commit8ffdccb99ff67ea752c8880b859ef8b9f21be585 (patch)
tree22b1149d0e7bd7ba188598471ec718b14c3ae6f7 /include/items.php
parent93f90040a12cdf7ba70d16773b36a29afa5ad83a (diff)
downloadvolse-hubzilla-8ffdccb99ff67ea752c8880b859ef8b9f21be585.tar.gz
volse-hubzilla-8ffdccb99ff67ea752c8880b859ef8b9f21be585.tar.bz2
volse-hubzilla-8ffdccb99ff67ea752c8880b859ef8b9f21be585.zip
crank up logging
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index f1778e722..0384352ba 100755
--- a/include/items.php
+++ b/include/items.php
@@ -155,6 +155,8 @@ function can_comment_on_post($observer_xchan,$item) {
function add_source_route($iid,$hash) {
+ logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG);
+
if((! $iid) || (! $route))
return;
$r = q("select route from item where id = %d limit 1",