add initialization info to the queue handlers

darcs-hash:20080831020325-84dde-606d52b08146d4c226f812a9f47b5a3ec1abc743.gz
This commit is contained in:
Evan Prodromou
2008-08-30 22:03:25 -04:00
parent 4173b5ce51
commit ed2aeecfdd
6 changed files with 6 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ class SmsQueueHandler extends QueueHandler {
}
function start() {
$this->log(LOG_INFO, "INITIALIZE");
return true;
}