Skip to content

Commit ff1bb44

Browse files
committed
chore: revert test_debug! -> debug! change
1 parent a9ec3aa commit ff1bb44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stackslib/src/burnchains/bitcoin/indexer.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,9 +837,10 @@ impl BitcoinIndexer {
837837
}
838838
} else {
839839
// ignore the reorg
840-
debug!(
840+
test_debug!(
841841
"Reorg chain does not overtake original Bitcoin chain ({} >= {})",
842-
orig_total_work, reorg_total_work
842+
orig_total_work,
843+
reorg_total_work
843844
);
844845
new_tip = orig_spv_client.get_headers_height()?;
845846
}

0 commit comments

Comments
 (0)