We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fce7d commit c83b217Copy full SHA for c83b217
server/src/main/kotlin/suwayomi/tachidesk/server/util/WebInterfaceManager.kt
@@ -430,7 +430,7 @@ object WebInterfaceManager {
430
val latestCompatibleVersion = getLatestCompatibleVersion()
431
latestCompatibleVersion != currentVersion
432
} catch (e: Exception) {
433
- logger.debug { "isUpdateAvailable: check failed due to $e" }
+ logger.warn(e) { "isUpdateAvailable: check failed due to" }
434
false
435
}
436
0 commit comments