From c3adc854da4928576741be99a9fe30c629065fe0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 30 Aug 2008 02:22:46 -0400 Subject: [PATCH] log fetch darcs-hash:20080830062246-84dde-823ceafa203aa034c52e0df55c21f241e35363fa.gz --- scripts/xmppdaemon.php | 1 + 1 file changed, 1 insertion(+) 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;