quic-server: demote and annotate noisy, ambiguous log message (#29704)

This commit is contained in:
Trent Nelson 2023-01-13 20:22:57 -07:00 committed by GitHub
parent 064f163b70
commit f96af7929d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ pub async fn run_server(
));
sleep(Duration::from_micros(WAIT_BETWEEN_NEW_CONNECTIONS_US)).await;
} else {
info!("Timed out waiting for connection");
debug!("accept(): Timed out waiting for connection");
}
}
}