mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http glommio: do debug-level log on Connection::run failure
This commit is contained in:
parent
76bd895159
commit
2be604a2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ pub async fn run_socket_worker(
|
|||
tls_config,
|
||||
stream
|
||||
).await {
|
||||
::log::info!("Connection::run() error: {:?}", err);
|
||||
::log::debug!("Connection::run() error: {:?}", err);
|
||||
}
|
||||
|
||||
connections_to_remove.borrow_mut().push(key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue