Skip to content

Commit

Permalink
pd(info): fix tracing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Sep 21, 2023
1 parent 0ede5e9 commit d00ba3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pd/src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Info {
.unwrap_or_default()
.try_into()?;

tracing::info!(?info, state_version = ?state.version(), app_version = last_block_height, "reporting height in info query");
tracing::info!(?info, state_version = ?state.version(), app_version = ?last_block_height, "reporting height in info query");

let last_block_app_hash = state.app_hash().await?.0.to_vec().try_into()?;

Expand Down

0 comments on commit d00ba3e

Please sign in to comment.