fix(tvix/store/fuse): fix log level for a debug message
Change-Id: Ib801e46636901553d71455a739aed34e5828ca0f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8888 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
2a601d26a8
commit
c767460440
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ impl fuser::Filesystem for FUSE {
|
|||
reply.error(libc::ENOENT);
|
||||
}
|
||||
Ok(Some((ino, inode_data))) => {
|
||||
warn!(inode_data=?&inode_data, ino=ino, "Some");
|
||||
debug!(inode_data=?&inode_data, ino=ino, "Some");
|
||||
reply_with_entry(reply, &gen_file_attr(&inode_data, ino));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue