We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a08297 commit 51c9326Copy full SHA for 51c9326
app/src/main/java/to/bitkit/fcm/WakeNodeWorker.kt
@@ -67,8 +67,8 @@ class WakeNodeWorker @AssistedInject constructor(
67
runCatching { json.parseToJsonElement(it).jsonObject }.getOrNull()
68
}
69
70
- Logger.debug("$TAG notification type: $notificationType", context = TAG)
71
- Logger.debug("$TAG notification payload: $notificationPayload", context = TAG)
+ Logger.debug("notification type: $notificationType", context = TAG)
+ Logger.debug("notification payload: $notificationPayload", context = TAG)
72
73
try {
74
withPerformanceLogging {
0 commit comments