add name of the dump file in last log message
This commit is contained in:
		
							parent
							
								
									a59b1fcc21
								
							
						
					
					
						commit
						1d7a1b6034
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -93,5 +93,5 @@ func runDump(ctx *cli.Context) { | |||
| 
 | ||||
| 	log.Printf("Removing tmp work dir: %s", TmpWorkDir) | ||||
| 	os.RemoveAll(TmpWorkDir) | ||||
| 	log.Println("Finish dumping!") | ||||
| 	log.Printf("Finish dumping in file %s", fileName) | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue