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

unionfs: print error in log.

parent bf68b2a6
......@@ -137,7 +137,7 @@ func (fs *unionFS) isDeleted(name string) (deleted bool, code fuse.Status) {
return false, fuse.OK
}
log.Println("error accessing deletion marker:", marker)
log.Printf("error accessing deletion marker %s: %v", marker, code)
return false, fuse.Status(syscall.EROFS)
}
......
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