Commit aa91e8c0 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix print.

parent b22a55a5
......@@ -76,7 +76,7 @@ func (fs *LoopbackFileSystem) OpenDir(name string, context *Context) (stream []D
if s := ToStatT(infos[i]); s != nil {
d.Mode = s.Mode
} else {
log.Println("ReadDir entry %q for %q has no stat info", n, name)
log.Printf("ReadDir entry %q for %q has no stat info", n, name)
}
output = append(output, d)
}
......
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