Skip to content

Commit 209f7e2

Browse files
committed
fix: move raw println to log for state compute
1 parent 875dcec commit 209f7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state_manager/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ pub mod state_compute {
317317
} = state_manager
318318
.compute_tipset_state(ts, crate::state_manager::NO_CALLBACK, VMTrace::NotTraced)
319319
.await?;
320-
println!(
320+
tracing::info!(
321321
"epoch: {epoch}, state_root: {state_root}, receipt_root: {receipt_root}, took {}.",
322322
humantime::format_duration(start.elapsed())
323323
);

0 commit comments

Comments
 (0)