mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Rename backup restore error log file
This commit is contained in:
		| @@ -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 -> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user