Skip to content

Commit 14c8880

Browse files
committed
Added log message
1 parent eb1283e commit 14c8880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/distribution/FCMNotifier.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ internal object FCMNotifier : Notifier {
4848
override fun notify(topic: String, type: EntityTypes<*>, id: Int) {
4949
// Run only if the app is initialized
5050
if (this::app.isInitialized) {
51+
Logger.info("Sending push notification to $topic... Type: ${type.name}, ID: $id")
5152
val message = Message.builder()
5253
.setTopic(topic)
5354
.putData(DATA_TYPE, type.name)

0 commit comments

Comments
 (0)