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/smsqueuehandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/smsqueuehandler.php') diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php index 044aee70f..aa07ca46d 100755 --- a/scripts/smsqueuehandler.php +++ b/scripts/smsqueuehandler.php @@ -40,6 +40,7 @@ class SmsQueueHandler extends QueueHandler { } function start() { + $this->log(LOG_INFO, "INITIALIZE"); return true; } -- cgit v1.2.3-54-g00ecf