summaryrefslogtreecommitdiff
path: root/scripts/xmppdaemon.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-30 02:22:46 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-30 02:22:46 -0400
commitc3adc854da4928576741be99a9fe30c629065fe0 (patch)
tree3f136270c6e29b135e7aa830f2d4fe420a544eda /scripts/xmppdaemon.php
parentf76b4c8d72b3097cd2dadc596efba8f162cf38ac (diff)
log fetch
darcs-hash:20080830062246-84dde-823ceafa203aa034c52e0df55c21f241e35363fa.gz
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-xscripts/xmppdaemon.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index 944e90d22..6fc13ade4 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;