filer: fixup print error message when make new directory
This commit is contained in:
@@ -167,7 +167,7 @@ func (dm *DirectoryManagerInMap) findDirectory(dirPath string) (*DirectoryEntryI
|
|||||||
if sub, ok := dir.getChild(parts[i]); ok {
|
if sub, ok := dir.getChild(parts[i]); ok {
|
||||||
dir = sub
|
dir = sub
|
||||||
} else {
|
} else {
|
||||||
return dm.Root, fmt.Errorf("Directory %s Not Found", dirPath)
|
return dm.Root, filer.ErrNotFound
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return dir, nil
|
return dir, nil
|
||||||
|
|||||||
Reference in New Issue
Block a user