Completed
Pull Request — master (#26)
by Maxence
04:30
created
lib/Service/FilesService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -408,7 +408,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.