log fetch

darcs-hash:20080830062246-84dde-823ceafa203aa034c52e0df55c21f241e35363fa.gz
This commit is contained in:
Evan Prodromou 2008-08-30 02:22:46 -04:00
parent f76b4c8d72
commit c3adc854da
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ class XMPPDaemon {
}
$this->log(LOG_DEBUG, "Got addresses XML: " . $addresses->toString());
$address = $addresses->sub('address');
$this->log(LOG_DEBUG, "Fetched address.");
if (!$address) {
$this->log(LOG_WARNING, 'Forwarded message without address');
return NULL;