main: print "args" slightly prettier
This commit is contained in:
parent
75b776cb3d
commit
8ce735e987
3
mount.go
3
mount.go
@ -67,8 +67,9 @@ func doMount(args *argContainer) int {
|
||||
masterkey, confFile = loadConfig(args)
|
||||
printMasterKey(masterkey)
|
||||
}
|
||||
// We cannot use JSON for pretty-printing as the fields are unexported
|
||||
tlog.Debug.Printf("cli args: %#v", args)
|
||||
// Initialize FUSE server
|
||||
tlog.Debug.Printf("cli args: %v", args)
|
||||
srv := initFuseFrontend(masterkey, args, confFile)
|
||||
tlog.Info.Println(tlog.ColorGreen + "Filesystem mounted and ready." + tlog.ColorReset)
|
||||
// We have been forked into the background, as evidenced by the set
|
||||
|
Loading…
x
Reference in New Issue
Block a user