Completed
Pull Request — master (#1829)
by
unknown
22s
created
lib/Listeners/GroupChanged.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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
 			]);
Please login to merge, or discard this patch.