Skip to content

Commit

Permalink
Homogenize zenoh-net examples
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jul 24, 2020
1 parent 774ef34 commit 986b6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/examples/zenoh-net/zn_query.rs
Expand Up @@ -55,7 +55,7 @@ async fn main() {
QueryConsolidation::default()
).await.unwrap();
while let Some(reply) = replies.next().await {
println!(">> [Reply handler] received reply data {:?} : {}",
println!(">> [Reply handler] received ('{}': '{}')",
reply.data.res_name, String::from_utf8_lossy(&reply.data.payload.to_vec()))
}

Expand Down

0 comments on commit 986b6ba

Please sign in to comment.