File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ impl ProxySetupServer {
6868 /// gRPC configuration (locally generated key pair and remotely signed certificate).
6969 ///
7070 /// A timeout is started in the background using `config.adoption_timeout()`. If the timeout
71- /// elapses before setup completes, the `adoption_expired` flag is set and subsequent `Start`
71+ /// elapses before setup completes, the `adoption_expired` flag is set and incoming `Start`
7272 /// requests are rejected with `failed_precondition` until the Edge is restarted.
7373 /// On successful adoption the timeout is cancelled.
7474 pub ( crate ) async fn await_initial_setup (
@@ -78,7 +78,7 @@ impl ProxySetupServer {
7878 ) -> Result < Configuration , anyhow:: Error > {
7979 let adoption_timeout = config. adoption_timeout ( ) ;
8080 info ! (
81- "gRPC waiting for setup connection from Core on {addr} for {} minutes " ,
81+ "gRPC waiting for setup connection from Core on {addr} for {} min " ,
8282 adoption_timeout. as_secs( ) / 60
8383 ) ;
8484
You can’t perform that action at this time.
0 commit comments