From ed2aeecfddcbf02a9183a5b5b29262ebda4c27fe Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 30 Aug 2008 22:03:25 -0400 Subject: add initialization info to the queue handlers darcs-hash:20080831020325-84dde-606d52b08146d4c226f812a9f47b5a3ec1abc743.gz --- scripts/xmppqueuehandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/xmppqueuehandler.php') 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); -- cgit v1.2.3-54-g00ecf