Commit 69f09529 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Remove bogus warning message.

parent be3e2d67
......@@ -705,7 +705,6 @@ func (me *FileSystemConnector) FileNotify(path string, off int64, length int64)
func (me *FileSystemConnector) EntryNotify(dir string, name string) Status {
node := me.findInode(dir)
if node == nil {
log.Printf("dir not found, %q", dir)
return ENOENT
}
......
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