mirror of
https://github.com/friendica/friendica
synced 2024-11-20 11:43:41 +00:00
Added logging
This commit is contained in:
parent
c20a42c889
commit
bc84852682
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function pubsub_post(App $a)
|
||||||
logger('No record for ' . $nick .' with contact id ' . $contact_id . ' - using '.$author['contact-id'].' instead.');
|
logger('No record for ' . $nick .' with contact id ' . $contact_id . ' - using '.$author['contact-id'].' instead.');
|
||||||
}
|
}
|
||||||
if (!DBM::is_result($contact)) {
|
if (!DBM::is_result($contact)) {
|
||||||
logger('Contact ' . $contact_id . ' for user ' . $nick . " wasn't found - ignored.");
|
logger('Contact ' . $contact_id . ' for user ' . $nick . " wasn't found - ignored. XML: " . $xml);
|
||||||
hub_post_return();
|
hub_post_return();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue