Skip to content

Commit

Permalink
rafs: fix typo
Browse files Browse the repository at this point in the history
Fix an invalid info! usage.

Signed-off-by: Liu Bo <[email protected]>
  • Loading branch information
liubogithub authored Dec 13, 2024
1 parent b175fc4 commit 61bf2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rafs/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl Rafs {

/// Umount a mounted Rafs Fuse filesystem.
pub fn destroy(&mut self) -> Result<()> {
info! {"Destroy rafs"}
info!("Destroy rafs");

if self.initialized {
Arc::get_mut(&mut self.sb)
Expand Down

0 comments on commit 61bf2f0

Please sign in to comment.