mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Rename backup restore error log file
This commit is contained in:
		| @@ -160,7 +160,7 @@ class BackupRestorer( | |||||||
|     private fun writeErrorLog(): File { |     private fun writeErrorLog(): File { | ||||||
|         try { |         try { | ||||||
|             if (errors.isNotEmpty()) { |             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()) |                 val sdf = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.getDefault()) | ||||||
|  |  | ||||||
|                 file.bufferedWriter().use { out -> |                 file.bufferedWriter().use { out -> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user