Added logs when closing storage

This commit is contained in:
Robinson 2023-10-18 19:33:28 +02:00
parent 099f9de834
commit de6d22f808
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ class SettingsStore(storageBuilder: Storage.Builder, val logger: Logger) : AutoC
* Take the proper steps to close the storage system.
*/
override fun close() {
logger.debug("Closing storage...")
try {
store.close()
}