1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 23:54:04 +02:00

Correct handler comment.

This commit is contained in:
Jimmy Berry
2012-09-07 23:06:35 -07:00
parent a929570bb7
commit 48729c02c8

View File

@@ -194,7 +194,7 @@ class Logger
'datetime' => \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)))->setTimeZone(self::$timezone),
'extra' => array(),
);
// check if any message will handle this message
// check if any handler will handle this message
$handlerKey = null;
foreach ($this->handlers as $key => $handler) {
if ($handler->isHandling($record)) {