diff options
author | Friendika <info@friendika.com> | 2011-10-19 21:34:48 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-19 21:34:48 -0700 |
commit | c4179d989fcce35dc174c00dedb1cde1930d744d (patch) | |
tree | 6c4aace1649ea8cc4e44d3e8194d94e57f5d499f /include | |
parent | 10b2661176e941b0552656ee60055a8ac7fe992a (diff) | |
download | volse-hubzilla-c4179d989fcce35dc174c00dedb1cde1930d744d.tar.gz volse-hubzilla-c4179d989fcce35dc174c00dedb1cde1930d744d.tar.bz2 volse-hubzilla-c4179d989fcce35dc174c00dedb1cde1930d744d.zip |
more debug reshare
Diffstat (limited to 'include')
-rw-r--r-- | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index be79e7a5d..99ef5025d 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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; } |