summaryrefslogtreecommitdiff
path: root/scripts/xmppqueuehandler.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-30 22:03:25 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-30 22:03:25 -0400
commited2aeecfddcbf02a9183a5b5b29262ebda4c27fe (patch)
tree78e1dbca8b7c1912e2fbbb846ff1bb55f2c41674 /scripts/xmppqueuehandler.php
parent4173b5ce5168de0da0179720e3b8aec8ce6c2dbb (diff)
add initialization info to the queue handlers
darcs-hash:20080831020325-84dde-606d52b08146d4c226f812a9f47b5a3ec1abc743.gz
Diffstat (limited to 'scripts/xmppqueuehandler.php')
-rwxr-xr-xscripts/xmppqueuehandler.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/xmppqueuehandler.php b/scripts/xmppqueuehandler.php
index 52db0eb59..5015274c6 100755
--- a/scripts/xmppqueuehandler.php
+++ b/scripts/xmppqueuehandler.php
@@ -42,6 +42,7 @@ class XmppQueueHandler extends QueueHandler {
}
function start() {
+ $this->log(LOG_INFO, "INITIALIZE");
# Low priority; we don't want to receive messages
$this->conn = jabber_connect($this->_id, NULL, -1);
$this->conn->addEventHandler('message', 'forward_message', $this);