diff options
author | Zach Prezkuta <fermion@gmx.com> | 2012-06-12 19:05:01 -0600 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2012-06-25 19:03:03 -0600 |
commit | 5773241537b09aa411c48b4d67eefcebb1ea9c84 (patch) | |
tree | 17cf103913b2b45b713937d54365c05559704465 /include | |
parent | c0c50ece0fa625b9b1c6bd89045b8f16057d8eb2 (diff) | |
download | volse-hubzilla-5773241537b09aa411c48b4d67eefcebb1ea9c84.tar.gz volse-hubzilla-5773241537b09aa411c48b4d67eefcebb1ea9c84.tar.bz2 volse-hubzilla-5773241537b09aa411c48b4d67eefcebb1ea9c84.zip |
add some debug logging
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 7e8b8af4c..7d51261db 100755 --- a/include/items.php +++ b/include/items.php @@ -3461,6 +3461,7 @@ function store_diaspora_retract_sig($item, $user, $baseurl) { $enabled = intval(get_config('system','diaspora_enabled')); if(! $enabled) { + logger('drop_item: diaspora support disabled, not storing retraction signature', LOGGER_DEBUG); return; } |