Skip to content

Commit

Permalink
fix print version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaost committed Mar 29, 2017
1 parent 10182ad commit 3f96e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ func main() {
flag.Parse()

if printVersion {
fmt.Println("Blobcached %s", VERSION)
fmt.Println("Blobcached", VERSION)
return
}

l, err := net.Listen("tcp", bindAddr)
Expand Down

0 comments on commit 3f96e02

Please sign in to comment.