1
0
Fork 0

add some debug logging

This commit is contained in:
Zach Prezkuta 2012-06-12 19:05:01 -06:00
commit 5773241537
3 changed files with 8 additions and 2 deletions

View file

@ -1035,6 +1035,7 @@ function store_diaspora_comment_sig($datarray, $user, $baseurl, $parent_item, $p
$enabled = intval(get_config('system','diaspora_enabled'));
if(! $enabled) {
logger('mod_item: diaspora support disabled, not storing comment signature', LOGGER_DEBUG);
return;
}