Skip to content

Commit dd6c519

Browse files
committed
Replace println warning with tracing warn in side chain test
1 parent 83f2fee commit dd6c519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zebra-state/src/service/read/tests/vectors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ async fn any_chain_block_finds_side_chain_blocks() -> Result<()> {
478478
// If hashes are the same, we can't test side chains properly
479479
// This would mean our fake block generation isn't working as expected
480480
if best_hash == side_hash {
481-
println!("WARNING: Unable to create different block hashes, skipping side chain test");
481+
tracing::warn!("Unable to create different block hashes, skipping side chain test");
482482
return Ok(());
483483
}
484484

0 commit comments

Comments
 (0)