@@ -408,7 +408,7 @@ discard block |
||
| 408 | 408 | $document->getIndex() |
| 409 | 409 | ->setStatus(IIndex::INDEX_IGNORE); |
| 410 | 410 | $this->miscService->log( |
| 411 | - 'Exception while generateDocument: ' . $e->getMessage() . ' - trace: ' |
|
| 411 | + 'Exception while generateDocument: '.$e->getMessage().' - trace: ' |
|
| 412 | 412 | . json_encode($e->getTrace()) |
| 413 | 413 | ); |
| 414 | 414 | } |
@@ -606,7 +606,7 @@ discard block |
||
| 606 | 606 | |
| 607 | 607 | } catch (Exception $e) { |
| 608 | 608 | $this->miscService->log( |
| 609 | - 'Issue while getting information on documentId:' . $document->getId(), 0 |
|
| 609 | + 'Issue while getting information on documentId:'.$document->getId(), 0 |
|
| 610 | 610 | ); |
| 611 | 611 | } |
| 612 | 612 | } |