mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-06-01 05:10:19 -05:00
[-] Omit stack trace for session last use time error
This commit is contained in:
parent
e29a0eff17
commit
4434b6ca2a
|
|
@ -84,8 +84,8 @@ class KeychipSessionService(
|
|||
lastUse = System.currentTimeMillis()
|
||||
try {
|
||||
repo.save(this)
|
||||
} catch (e: Exception) {
|
||||
logger.error("Failed to update last use time for session $token", e)
|
||||
} catch (_: Exception) {
|
||||
logger.error("Failed to update last use time for session $token")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user