mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore(net): downgrade pending sesion timeout log to trace (#12745)
This commit is contained in:
@ -807,7 +807,7 @@ pub(crate) async fn pending_session_with_timeout<F, N: NetworkPrimitives>(
|
|||||||
F: Future<Output = ()>,
|
F: Future<Output = ()>,
|
||||||
{
|
{
|
||||||
if tokio::time::timeout(timeout, f).await.is_err() {
|
if tokio::time::timeout(timeout, f).await.is_err() {
|
||||||
debug!(target: "net::session", ?remote_addr, ?direction, "pending session timed out");
|
trace!(target: "net::session", ?remote_addr, ?direction, "pending session timed out");
|
||||||
let event = PendingSessionEvent::Disconnected {
|
let event = PendingSessionEvent::Disconnected {
|
||||||
remote_addr,
|
remote_addr,
|
||||||
session_id,
|
session_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user