diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-30 02:07:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-30 02:07:32 -0400 |
commit | f76b4c8d72b3097cd2dadc596efba8f162cf38ac (patch) | |
tree | 0b741f6708679f1dd85c38df8ac2134a7b053162 /scripts | |
parent | c3f4789735b309b27ca42d47cbf733adc30aacc2 (diff) |
debug xml input
darcs-hash:20080830060732-84dde-54d5d4c4a8747215bd5b224e4216f9fc1eb349a6.gz
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/xmppdaemon.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 843362cef..944e90d22 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'); |