Skip to content

Commit

Permalink
Update pyth-rng/src/command/generate.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Reisen <[email protected]>
  • Loading branch information
jayantk and Reisen authored Oct 20, 2023
1 parent 3846e0f commit 0f73b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyth-rng/src/command/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub async fn generate(opts: &GenerateOptions) -> Result<()> {
)
.await?;

tracing::info!("Generated random number: {:#?}", random_value);
tracing::info!(number = random_value, "Random number generated.");

Ok(())
}

0 comments on commit 0f73b9a

Please sign in to comment.