mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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