more debug reshare

This commit is contained in:
Friendika 2011-10-19 21:34:48 -07:00
parent 10b2661176
commit c4179d989f
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ function diaspora_reshare($importer,$xml) {
return;
if(($contact['rel'] == CONTACT_IS_FOLLOWER) || ($contact['blocked']) || ($contact['readonly'])) {
logger('diaspora_reshare: Ignoring this author.');
logger('diaspora_reshare: Ignoring this author: ' . $diaspora_handle . ' ' . print_r($xml,true));
return 202;
}