]> git.mxchange.org Git - friendica.git/commitdiff
more debug reshare
authorFriendika <info@friendika.com>
Thu, 20 Oct 2011 04:34:48 +0000 (21:34 -0700)
committerFriendika <info@friendika.com>
Thu, 20 Oct 2011 04:34:48 +0000 (21:34 -0700)
include/diaspora.php

index be79e7a5dec0cfff73dc52628de5d155e2aea94d..99ef5025d6dbb363834d2f13c7647f0d3d8a5dc9 100644 (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;
        }