cammount: fix fmt pattern

Change-Id: I8bb3df8a14cd3d3b44c899f3e2754b50b35b0028
This commit is contained in:
Brad Fitzpatrick 2012-04-26 19:34:29 -07:00
parent 736d969cb9
commit f19c1f9026
1 changed files with 1 additions and 1 deletions

View File

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