diff --git a/cmd/cammount/cammount.go b/cmd/cammount/cammount.go index 8b5d72682..a9959f53e 100644 --- a/cmd/cammount/cammount.go +++ b/cmd/cammount/cammount.go @@ -92,7 +92,7 @@ func main() { } err = conn.Serve(fs) if err != nil { - log.Fatalf("Serve: %", err) + log.Fatalf("Serve: %v", err) } log.Printf("fuse process ending.") }