@@ -46,7 +46,7 @@ |
||
46 | 46 | } catch (CircleNotFoundException $e) { |
47 | 47 | // Silently ignore (there is no circle for the group yet) |
48 | 48 | } catch (\Exception $e) { |
49 | - $this->logger->warning("Failed to update display name of circle of group $groupId: " . $e->getMessage(), [ |
|
49 | + $this->logger->warning("Failed to update display name of circle of group $groupId: ".$e->getMessage(), [ |
|
50 | 50 | 'exception' => $e, |
51 | 51 | 'groupId' => $groupId, |
52 | 52 | ]); |