mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-21 12:45:44 +03:00
Rename backup restore error log file
This commit is contained in:
parent
edb8201f74
commit
2858ef835f
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class BackupRestorer(
|
|||
private fun writeErrorLog(): File {
|
||||
try {
|
||||
if (errors.isNotEmpty()) {
|
||||
val file = context.createFileInCacheDir("tachiyomi_restore.txt")
|
||||
val file = context.createFileInCacheDir("mihon_restore_error.txt")
|
||||
val sdf = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.getDefault())
|
||||
|
||||
file.bufferedWriter().use { out ->
|
||||
|
|
Loading…
Reference in a new issue