Completed
Push — master ( 76b7f4...b4b2b8 )
by Maxence
02:02
created
lib/Service/BookmarksService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 				// TODO - update $document with a error status instead of just ignore !
124 124
 				$document->getIndex()
125 125
 						 ->setStatus(Index::INDEX_IGNORE);
126
-				echo 'Exception: ' . json_encode($e->getTrace()) . ' - ' . $e->getMessage() . "\n";
126
+				echo 'Exception: '.json_encode($e->getTrace()).' - '.$e->getMessage()."\n";
127 127
 			}
128 128
 
129 129
 			$index[] = $document;
Please login to merge, or discard this patch.