Commit 8988ee1f authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

UnionFs: use Printf rather than Println.

parent 2fc99324
......@@ -113,7 +113,7 @@ func (me *AutoUnionFs) rmFs(name string) (code fuse.Status) {
if code.Ok() {
me.knownFileSystems[name] = nil, false
} else {
log.Println("Unmount failed for %s. Code %v", name, code)
log.Printf("Unmount failed for %s. Code %v", name, code)
}
return code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment