summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-22 14:18:40 -0500
committerEvan Prodromou <evan@status.net>2010-01-22 14:18:40 -0500
commite666433eb4a66078e3459d7d4f51f5ce5a1ad589 (patch)
treecda4a38651ef7f2970935d37463bccd50d90a2db /scripts
parent373206ac0042c37624844fb738ff869fa7190041 (diff)
parenta3e484a0e898bb94dd45cd7807bea1a931d7c6a9 (diff)
Merge branch 'master' 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') {