From: Evan Prodromou Date: Sat, 30 Aug 2008 06:07:32 +0000 (-0400) Subject: debug xml input X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f76b4c8d72b3097cd2dadc596efba8f162cf38ac;p=quix0rs-gnu-social.git debug xml input darcs-hash:20080830060732-84dde-54d5d4c4a8747215bd5b224e4216f9fc1eb349a6.gz --- diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 843362cef9..944e90d220 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -136,6 +136,7 @@ class XMPPDaemon { $this->log(LOG_WARNING, 'Forwarded message without addresses'); return NULL; } + $this->log(LOG_DEBUG, "Got addresses XML: " . $addresses->toString()); $address = $addresses->sub('address'); if (!$address) { $this->log(LOG_WARNING, 'Forwarded message without address');