Skip to content

Commit 55961e3

Browse files
committed
chore: Upgrade debug print to info
1 parent 4ab762f commit 55961e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ fn replay_block_nakamoto(
861861
)
862862
});
863863

864-
debug!("Process staging Nakamoto block";
864+
info!("Process staging Nakamoto block";
865865
"consensus_hash" => %block.header.consensus_hash,
866866
"stacks_block_hash" => %block.header.block_hash(),
867867
"stacks_block_id" => %block.header.block_id(),

0 commit comments

Comments
 (0)