Skip to content

Commit

Permalink
Use println! in run example
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed May 26, 2024
1 parent a09d7c9 commit 359a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async fn main() {
// wait for processing results
let res = rx.recv().await.expect("some calculation result");

tracing::info!(
println!(
"Send a job with args `vec![5, 8]`. Received result `{}`",
res
);
Expand Down

0 comments on commit 359a8ad

Please sign in to comment.