Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Dec 8, 2023
1 parent dd65419 commit e6d21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-endpoints/examples/grpc_using_streams.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ async fn create_geyser_stream2(label: String, grpc_addr: String, x_token: Option
}
Err(tonic_status) => {
// TODO identify non-recoverable errors and cancel stream
warn!("Receive error on label - retrying: {:?}", label, tonic_status);
warn!("Receive error on {} - retrying: {:?}", label, tonic_status);
continue 'main_loop;
}
}
Expand Down

0 comments on commit e6d21f3

Please sign in to comment.