We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38da827 commit a234986Copy full SHA for a234986
1 file changed
cmd/gitfs/main.go
@@ -44,6 +44,8 @@ func main() {
44
}
45
46
gitfs.SetLogger(log.New(os.Stderr, "[gitfs] ", log.LstdFlags))
47
+ log.Printf("Starting binary packing...")
48
+ log.Printf("Encoding version: %d", binfs.EncodeVersion)
49
loadTemplates()
50
51
// Fix flags.
0 commit comments