From: Evan Prodromou Date: Sat, 30 Aug 2008 06:22:46 +0000 (-0400) Subject: log fetch X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c3adc854da4928576741be99a9fe30c629065fe0;p=quix0rs-gnu-social.git log fetch darcs-hash:20080830062246-84dde-823ceafa203aa034c52e0df55c21f241e35363fa.gz --- diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 944e90d220..6fc13ade4d 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -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;