mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
improve error in fuse node failures
This commit is contained in:
parent
16859b3c70
commit
86bde2894f
@ -104,7 +104,7 @@ func (s *Root) Lookup(ctx context.Context, name string) (fs.Node, error) {
|
||||
return nil, syscall.Errno(syscall.ENOTSUP)
|
||||
}
|
||||
if err != nil {
|
||||
log.Error("could not convert protobuf or raw node")
|
||||
log.Errorf("could not convert protobuf or raw node: %s", err)
|
||||
return nil, syscall.Errno(syscall.ENOENT)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user