Skip to content

Commit 56ddb19

Browse files
committed
minutes -> min
1 parent f8c975c commit 56ddb19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/setup.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)