Make debug dump file names consistent (#9075)
This commit is contained in:
		
					parent
					
						
							
								ee6a62f6b7
							
						
					
				
			
			
				commit
				
					
						bde53d9d44
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -273,7 +273,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 | 
			
		|||
+        }
 | 
			
		||||
+
 | 
			
		||||
+        File file = new File(new File(new File("."), "debug"),
 | 
			
		||||
+            "sync-load-info" + FORMATTER.format(LocalDateTime.now()) + ".txt");
 | 
			
		||||
+            "sync-load-info-" + FORMATTER.format(LocalDateTime.now()) + ".txt");
 | 
			
		||||
+        file.getParentFile().mkdirs();
 | 
			
		||||
+        sender.sendMessage(text("Writing sync load info to " + file, GREEN));
 | 
			
		||||
+
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue