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

Drop log message in promoteDirsTo().

parent 4d9a8aee
......@@ -520,7 +520,6 @@ func (me *UnionFs) promoteDirsTo(filename string) fuse.Status {
for i, _ := range todo {
j := len(todo) - i - 1
d := todo[j]
log.Println("Promoting directory", d)
code := me.fileSystems[0].Mkdir(d, 0755)
if code != fuse.OK {
log.Println("Error creating dir leading to path", d, 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