change logging of some troublesome or noisy bits so we can figure out what is really going on
This commit is contained in:
@@ -1788,7 +1788,7 @@ function diaspora_like($importer,$xml,$msg) {
|
||||
|
||||
$contact = diaspora_get_contact_by_handle($importer['channel_id'],$msg['author']);
|
||||
if(! $contact) {
|
||||
logger('diaspora_like: cannot find contact: ' . $msg['author']);
|
||||
logger('diaspora_like: cannot find contact: ' . $msg['author'] . ' for channel ' . $importer['channel_name']);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user