PlainTextHandler: fig logger call

This commit is contained in:
Denis Sokolov
2014-07-10 09:30:52 +03:00
parent 1c0ffa0059
commit aab9850b40
+1 -1
View File
@@ -313,7 +313,7 @@ class PlainTextHandler extends Handler
);
if($this->getLogger()) {
$this->getLogger()->addError($response);
$this->getLogger()->error($response);
}
if(! $this->canOutput()) {