mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
typo
This commit is contained in:
parent
3a6faef5ef
commit
c3e322f2c9
1 changed files with 2 additions and 2 deletions
|
@ -2013,14 +2013,14 @@ async fn launch_file_store<F: Fn(&mut web::ServiceConfig) + Send + Clone + 'stat
|
|||
.with_no_client_auth()
|
||||
.with_cert_resolver(rx);
|
||||
|
||||
tracing::info!("Staring pict-rs with TLS on {address}");
|
||||
tracing::info!("Starting pict-rs with TLS on {address}");
|
||||
|
||||
server.bind_rustls_021(address, config)?.run().await?;
|
||||
|
||||
handle.abort();
|
||||
let _ = handle.await;
|
||||
} else {
|
||||
tracing::info!("Staring pict-rs on {address}");
|
||||
tracing::info!("Starting pict-rs on {address}");
|
||||
|
||||
server.bind(address)?.run().await?;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue