@@ -407,7 +407,7 @@ discard block |
||
| 407 | 407 | // TODO - update $document with a error status instead of just ignore ! |
| 408 | 408 | $document->getIndex() |
| 409 | 409 | ->setStatus(IIndex::INDEX_IGNORE); |
| 410 | - echo 'Exception: ' . json_encode($e->getTrace()) . ' - ' . $e->getMessage() |
|
| 410 | + echo 'Exception: '.json_encode($e->getTrace()).' - '.$e->getMessage() |
|
| 411 | 411 | . "\n"; |
| 412 | 412 | } |
| 413 | 413 | } |
@@ -605,7 +605,7 @@ discard block |
||
| 605 | 605 | |
| 606 | 606 | } catch (Exception $e) { |
| 607 | 607 | $this->miscService->log( |
| 608 | - 'Issue while getting information on documentId:' . $document->getId(), 0 |
|
| 608 | + 'Issue while getting information on documentId:'.$document->getId(), 0 |
|
| 609 | 609 | ); |
| 610 | 610 | } |
| 611 | 611 | } |