This commit is contained in:
Benoit Marty 2019-12-02 18:15:21 +01:00
parent 1cadbb8eed
commit 538c4d1a64
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ internal class SessionRealmConfigurationFactory @Inject constructor(private val
try {
File(directory, file).deleteRecursively()
} catch (e: Exception) {
Timber.e(e, "Unable to move files")
Timber.e(e, "Unable to delete files")
}
}
}