Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: William Lyles <[email protected]>
  • Loading branch information
jorchiu and wilyle authored Nov 14, 2023
1 parent ef6d3eb commit 8600692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tutorial/consumer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async fn start_show_notification_repeater(provider_uri: String) -> Result<(), St
let request_payload_json = serde_json::to_string(&request_payload).unwrap();

loop {
info!("Sending an invoke request on entity {} with payload '{} to provider URI {provider_uri}",
info!("Sending an invoke request on entity {} with payload '{}' to provider URI {provider_uri}",
sdv::hmi::show_notification::ID, &request_payload_json);

let client_result = DigitalTwinProviderTutorialClient::connect(provider_uri.clone()).await;
Expand Down

0 comments on commit 8600692

Please sign in to comment.