Skip to content

Commit 7d08e95

Browse files
committed
fix: fcm 메시지 전송 실패 로그 출력
1 parent 244d626 commit 7d08e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/moing/backend/global/config/fcm/exception/ExceptionHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static NotificationException handleFirebaseMessagingException(FirebaseMes
1818
case "UNAVAILABLE":
1919
return new NotificationException("서비스를 사용할 수 없습니다: " + errorMessage);
2020
default:
21+
e.printStackTrace();
2122
return new NotificationException("메시지 전송에 실패했습니다: " + errorMessage);
2223
}
2324
}

0 commit comments

Comments
 (0)