@@ -424,7 +424,7 @@ |
||
424 | 424 | */ |
425 | 425 | protected function logCron($numtasks) |
426 | 426 | { |
427 | - Prado::log("Processing {$numtasks} Cron Tasks", TLogger::INFO, TCronModule::class); |
|
427 | + Prado::log("processing {$numtasks} Cron Tasks", TLogger::INFO, TCronModule::class); |
|
428 | 428 | $this->dyLogCron($numtasks); |
429 | 429 | $this->setLastCronTime(microtime(true)); |
430 | 430 | } |
@@ -382,7 +382,7 @@ |
||
382 | 382 | break; |
383 | 383 | } |
384 | 384 | $method = self::$_steps[$this->_step]; |
385 | - Prado::trace("Executing $method()", TApplication::class); |
|
385 | + Prado::trace("executing $method()", TApplication::class); |
|
386 | 386 | $this->$method(); |
387 | 387 | $this->_step++; |
388 | 388 | } |