mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
fix(quic): Downgrade driver shutdown log line from info to debug
No need to inform the user each time the quic socket driver is shutting down. Pull-Request: #3672.
This commit is contained in:
parent
0ec701e101
commit
1a85e24ef9
@ -471,7 +471,7 @@ impl<P: Provider> Driver<P> {
|
||||
if is_drained_event {
|
||||
self.alive_connections.remove(&connection_id);
|
||||
if self.is_decoupled && self.alive_connections.is_empty() {
|
||||
log::info!(
|
||||
log::debug!(
|
||||
"Driver is decoupled and no active connections remain. Shutting down."
|
||||
);
|
||||
return ControlFlow::Break(());
|
||||
|
Loading…
x
Reference in New Issue
Block a user