summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-21 16:33:11 -0800
committerBrion Vibber <brion@pobox.com>2010-01-21 16:33:11 -0800
commitc9c7bb3234f8ede65c328ecf9f713b189a81faad (patch)
tree5834925a7ad38aad43af252f949cfd836fad9c4d /scripts
parentdcba61332223cfc875b355f6a5f4d2e574dd55b2 (diff)
parent4b0f953ccf7435d6ebe4a674953f62af36cc978b (diff)
Merge commit 'origin/testing' into 0.9.x
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmppdaemon.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index cef9c4bd0..0c118c53d 100755
--- a/scripts/xmppdaemon.php
+++ b/scripts/xmppdaemon.php
@@ -148,6 +148,7 @@ class XMPPDaemon extends Daemon
function handle_message(&$pl)
{
+ $this->log(LOG_DEBUG, "Received message: " . str_replace("\n", " ", var_export($pl, true)));
$from = jabber_normalize_jid($pl['from']);
if ($pl['type'] != 'chat') {