Skip to content

Commit

Permalink
builder: add a trace log for building v5 image
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Tianci <[email protected]>
  • Loading branch information
cntianci authored and jiangliu committed Jul 25, 2023
1 parent 471a737 commit 0c01dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/src/core/v5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl Node {
ctx: &mut BuildContext,
f_bootstrap: &mut dyn RafsIoWrite,
) -> Result<()> {
trace!("[{}]\t{}", self.overlay, self);
if let InodeWrapper::V5(raw_inode) = &self.inode {
// Dump inode info
let name = self.name();
Expand Down

0 comments on commit 0c01dac

Please sign in to comment.