diff --git a/lib/Service/ImportService.php b/lib/Service/ImportService.php index f87b0b4b..73072a7e 100644 --- a/lib/Service/ImportService.php +++ b/lib/Service/ImportService.php @@ -235,7 +235,7 @@ class ImportService { $service->parse($activity); } catch (Exception $e) { $this->miscService->log( - 2, 'Cannot parse ' . $activity->getType() . ': ' . $e->getMessage() + 'Cannot parse ' . $activity->getType() . ': ' . $e->getMessage() ); } }