aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorZach Prezkuta <fermion@gmx.com>2012-06-12 19:05:01 -0600
committerZach Prezkuta <fermion@gmx.com>2012-06-25 19:03:03 -0600
commit5773241537b09aa411c48b4d67eefcebb1ea9c84 (patch)
tree17cf103913b2b45b713937d54365c05559704465 /mod/item.php
parentc0c50ece0fa625b9b1c6bd89045b8f16057d8eb2 (diff)
downloadvolse-hubzilla-5773241537b09aa411c48b4d67eefcebb1ea9c84.tar.gz
volse-hubzilla-5773241537b09aa411c48b4d67eefcebb1ea9c84.tar.bz2
volse-hubzilla-5773241537b09aa411c48b4d67eefcebb1ea9c84.zip
add some debug logging
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php
index 5c179bc7a..b8afe76d1 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -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;
}