We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d384d commit 40fdc11Copy full SHA for 40fdc11
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