Skip to content

Commit

Permalink
Downgrade an error to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Dec 5, 2023
1 parent b224ed2 commit 156f83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/librqbit/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ impl Session {
futs.push(
self.check_incoming_connection(addr, stream)
.map_err(|e| {
error!("error checking incoming connection: {e:#}");
debug!("error checking incoming connection: {e:#}");
e
})
.instrument(error_span!("incoming", addr=%addr))
Expand Down

0 comments on commit 156f83d

Please sign in to comment.