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