Browse Source

add name of the dump file in last log message

kakwa 9 years ago
parent
commit
1d7a1b6034
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/dump.go

+ 1 - 1
cmd/dump.go

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