add name of the dump file in last log message

This commit is contained in:
kakwa 2015-11-28 15:22:10 +01:00
parent a59b1fcc21
commit 1d7a1b6034
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}