From 0b893f1973e6ba2c03aab8d50e7ef70722206ea0 Mon Sep 17 00:00:00 2001 From: HeoSeokMun Date: Mon, 26 Aug 2024 19:19:39 +0900 Subject: [PATCH] =?UTF-8?q?test:=20fcm=20=EC=A0=84=EC=86=A1=20=EC=95=88?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../amaker/notification/push/fcm/service/FCMCallService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification/src/main/kotlin/com/backgu/amaker/notification/push/fcm/service/FCMCallService.kt b/notification/src/main/kotlin/com/backgu/amaker/notification/push/fcm/service/FCMCallService.kt index 4e4dc599..ac6945a5 100644 --- a/notification/src/main/kotlin/com/backgu/amaker/notification/push/fcm/service/FCMCallService.kt +++ b/notification/src/main/kotlin/com/backgu/amaker/notification/push/fcm/service/FCMCallService.kt @@ -48,7 +48,7 @@ class FCMCallService( fcmRequest, ) } catch (e: Exception) { - logger.error { e } + logger.error(e) { "Failed to send push notification to $token with title $title and body $body" } null } }