fix: debug output

This commit is contained in:
Jude Nelson
2023-01-04 15:11:47 -05:00
parent 07c1636dfb
commit f86cccbdaa

View File

@@ -202,7 +202,7 @@ impl CoordinatorChannels {
if ctr % 10 == 0 {
debug!(
"Wait for stacks blocks processed (processed = {}, current = {}))",
self.get_sortitions_processed(),
self.get_stacks_blocks_processed(),
current
);
}