diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-30 22:03:25 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-30 22:03:25 -0400 |
commit | ed2aeecfddcbf02a9183a5b5b29262ebda4c27fe (patch) | |
tree | 78e1dbca8b7c1912e2fbbb846ff1bb55f2c41674 /scripts/smsqueuehandler.php | |
parent | 4173b5ce5168de0da0179720e3b8aec8ce6c2dbb (diff) |
add initialization info to the queue handlers
darcs-hash:20080831020325-84dde-606d52b08146d4c226f812a9f47b5a3ec1abc743.gz
Diffstat (limited to 'scripts/smsqueuehandler.php')
-rwxr-xr-x | scripts/smsqueuehandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |