Skip to content

Commit

Permalink
Rename backup restore error log file
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich authored Aug 7, 2024
1 parent edb8201 commit 2858ef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit 2858ef8

Please sign in to comment.