forked from GNUsocial/gnu-social
log fetch
darcs-hash:20080830062246-84dde-823ceafa203aa034c52e0df55c21f241e35363fa.gz
This commit is contained in:
parent
f76b4c8d72
commit
c3adc854da
@ -138,6 +138,7 @@ class XMPPDaemon {
|
|||||||
}
|
}
|
||||||
$this->log(LOG_DEBUG, "Got addresses XML: " . $addresses->toString());
|
$this->log(LOG_DEBUG, "Got addresses XML: " . $addresses->toString());
|
||||||
$address = $addresses->sub('address');
|
$address = $addresses->sub('address');
|
||||||
|
$this->log(LOG_DEBUG, "Fetched address.");
|
||||||
if (!$address) {
|
if (!$address) {
|
||||||
$this->log(LOG_WARNING, 'Forwarded message without address');
|
$this->log(LOG_WARNING, 'Forwarded message without address');
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user