mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 16:18:08 -05:00
chore: downgrade ipc warning (#10205)
This commit is contained in:
@@ -155,7 +155,8 @@ where
|
||||
}
|
||||
}
|
||||
Some(Err(err)) => {
|
||||
tracing::warn!("IPC request failed: {:?}", err);
|
||||
// this can happen if the client closes the connection
|
||||
tracing::debug!("IPC request failed: {:?}", err);
|
||||
return Poll::Ready(())
|
||||
}
|
||||
None => return Poll::Ready(()),
|
||||
|
||||
Reference in New Issue
Block a user