mirror of
				https://github.com/fabianonline/telegram_backup.git
				synced 2025-10-30 23:29:22 +00:00 
			
		
		
		
	Added some more trace output for HTML export. Could be helpful for example for solving ticket #16.
This commit is contained in:
		| @@ -56,8 +56,10 @@ public class HTMLExporter { | ||||
| 			 | ||||
| 			logger.debug("Fetching dialogs"); | ||||
| 			LinkedList<Database.Dialog> dialogs = db.getListOfDialogsForExport(); | ||||
| 			logger.trace("Got {} dialogs", dialogs.size()); | ||||
| 			logger.debug("Fetching chats"); | ||||
| 			LinkedList<Database.Chat> chats = db.getListOfChatsForExport(); | ||||
| 			logger.trace("Got {} chats", chats.size()); | ||||
| 			 | ||||
| 			logger.debug("Generating index.html"); | ||||
| 			HashMap<String, Object> scope = new HashMap<String, Object>(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user