summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-10 11:43:49 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-10 11:43:49 -0100
commit0dfe66b7f87f7fa87ce74c85d1be30237a0eaeab (patch)
tree9a07d3546b1aa51117b634a0f8b21ded03202f1e /lib
parentfd40dc73a65f24b3065c7c5182ec28a21403f447 (diff)
malformed call
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/ImportService.php2
1 files changed, 1 insertions, 1 deletions
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()
);
}
}