mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
fuse: Remove debug log message
This commit is contained in:
parent
02f4f5dc66
commit
d89f2e5226
@ -182,7 +182,6 @@ func (d *dir) Lookup(ctx context.Context, name string) (fs.Node, error) {
|
|||||||
node, ok := d.items[name]
|
node, ok := d.items[name]
|
||||||
if !ok {
|
if !ok {
|
||||||
debug.Log(" Lookup(%v) -> not found", name)
|
debug.Log(" Lookup(%v) -> not found", name)
|
||||||
debug.Log(" items: %v\n", d.items)
|
|
||||||
return nil, fuse.ENOENT
|
return nil, fuse.ENOENT
|
||||||
}
|
}
|
||||||
switch node.Type {
|
switch node.Type {
|
||||||
|
Loading…
Reference in New Issue
Block a user