@@ -168,7 +168,7 @@ |
||
168 | 168 | // if something went wrong in persist |
169 | 169 | // show more information to localize error in CSV |
170 | 170 | $message = $this->getSubject()->appendExceptionSuffix($e->getMessage()); |
171 | - $this->getSubject()->getSystemLogger()->critical($message,['categoryPath' => $this->categoryPath]); |
|
171 | + $this->getSubject()->getSystemLogger()->critical($message, ['categoryPath' => $this->categoryPath]); |
|
172 | 172 | throw $e; |
173 | 173 | } |
174 | 174 |