Skip to content

Commit 545e5cd

Browse files
committed
Change notification time out log level to info
1 parent 2e4b382 commit 545e5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/generation/impl/NotificationGenerationProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ internal class NotificationGenerationProcessor(
116116
}.join()
117117
}
118118
} catch (to: TimeoutCancellationException) {
119-
Logging.error("notificationWillShowInForegroundHandler timed out, continuing with wantsToDisplay=$wantsToDisplay.", to)
119+
Logging.info("notificationWillShowInForegroundHandler timed out, continuing with wantsToDisplay=$wantsToDisplay.", to)
120120
} catch (t: Throwable) {
121121
Logging.error("notificationWillShowInForegroundHandler threw an exception. Displaying normal OneSignal notification.", t)
122122
}

0 commit comments

Comments
 (0)