Skip to content

Commit

Permalink
rafs: fix typo
Browse files Browse the repository at this point in the history
Fix a invalid macro usage.
  • Loading branch information
liubogithub authored Dec 13, 2024
1 parent b175fc4 commit f2f01db
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 f2f01db

Please sign in to comment.