@@ -152,7 +152,7 @@ |
||
152 | 152 | foreach ($this->taskStack as $task) { |
153 | 153 | list($taskStr, $taskTimestamp, $taskIndentLevel) = $task; |
154 | 154 | if ($taskIndentLevel > $this->getMaxLevel()) { |
155 | - $this->write($taskTimestamp, LogLevels::INFO, $taskStr, $taskIndentLevel); |
|
155 | + $this->write($taskTimestamp, LogLevels::INFO, $taskStr, $taskIndentLevel); |
|
156 | 156 | } |
157 | 157 | } |
158 | 158 | } |