Skip to content

Commit

Permalink
change info to debug in write
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Dec 5, 2024
1 parent 5b26c64 commit 9acc7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encryptedfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ impl EncryptedFs {
buf.len()
);
}
info!(
warn!(
"written uncommited for {ino} size {}",
self.sizes_write
.lock()
Expand Down

0 comments on commit 9acc7ae

Please sign in to comment.