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/publicqueuehandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/publicqueuehandler.php') diff --git a/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php index eb18d2c34..7176c345b 100755 --- a/scripts/publicqueuehandler.php +++ b/scripts/publicqueuehandler.php @@ -40,6 +40,7 @@ class PublicQueueHandler 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