Skip to content

Commit

Permalink
print mounted subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Apr 24, 2024
1 parent 3760aca commit 5575051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fs/fuse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,7 @@ pub(crate) fn init() {
let attr = FileAttr::from(attr);

if attr.st_mode.contains(AccessPermission::S_IFDIR) {
info!("Fuse mount {} to /{}", i, i);
fs::FILESYSTEM
.get()
.unwrap()
Expand Down

0 comments on commit 5575051

Please sign in to comment.