Merge pull request #9880 from influxdata/jmw-fix-minor-vet-issue

dumptsmwal: fix minor vet error
pull/9877/head
Jeff Wendling 2018-05-21 09:02:49 -06:00 committed by GitHub
commit b5f3ec6372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func (cmd *Command) process(path string) error {
case tsm1.StringValue:
fmt.Printf("%s %q %d\n", k, v.Value(), t)
default:
fmt.Printf("%s EMPTY\n")
fmt.Printf("%s EMPTY\n", k)
}
}
}