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/xmppconfirmhandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/xmppconfirmhandler.php') diff --git a/scripts/xmppconfirmhandler.php b/scripts/xmppconfirmhandler.php index 7a369a33f..d2dbe4abc 100755 --- a/scripts/xmppconfirmhandler.php +++ b/scripts/xmppconfirmhandler.php @@ -47,6 +47,7 @@ class XmppConfirmHandler { function start() { # Low priority; we don't want to receive messages + $this->log(LOG_INFO, "INITIALIZE"); $this->conn = jabber_connect($this->_id, NULL, -1); $this->conn->addEventHandler('message', 'forward_message', $this); return !is_null($this->conn); -- cgit v1.2.3-54-g00ecf