mirror of
				https://github.com/fabianonline/telegram_backup.git
				synced 2025-10-30 23:29:22 +00:00 
			
		
		
		
	Fixed anonymization of database backup debug messages. Fixes #98.
This commit is contained in:
		| @@ -238,7 +238,7 @@ class Database private constructor(var client: TelegramClient) { | |||||||
| 		try { | 		try { | ||||||
| 			val src = user_manager.fileBase + Config.FILE_NAME_DB | 			val src = user_manager.fileBase + Config.FILE_NAME_DB | ||||||
| 			val dst = user_manager.fileBase + filename | 			val dst = user_manager.fileBase + filename | ||||||
| 			logger.debug("Copying {} to {}", src, dst) | 			logger.debug("Copying {} to {}", src.anonymize(), dst.anonymize()) | ||||||
| 			Files.copy( | 			Files.copy( | ||||||
| 				File(src).toPath(), | 				File(src).toPath(), | ||||||
| 				File(dst).toPath()) | 				File(dst).toPath()) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user