crank up logging
This commit is contained in:
parent
93f90040a1
commit
8ffdccb99f
@ -155,6 +155,8 @@ function can_comment_on_post($observer_xchan,$item) {
|
|||||||
|
|
||||||
|
|
||||||
function add_source_route($iid,$hash) {
|
function add_source_route($iid,$hash) {
|
||||||
|
logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG);
|
||||||
|
|
||||||
if((! $iid) || (! $route))
|
if((! $iid) || (! $route))
|
||||||
return;
|
return;
|
||||||
$r = q("select route from item where id = %d limit 1",
|
$r = q("select route from item where id = %d limit 1",
|
||||||
|
Reference in New Issue
Block a user