Skip to content

Commit

Permalink
Update src/adapters/udp.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored Sep 13, 2023
1 parent 08956fe commit 663f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl Remote for RemoteResource {
}
Err(ref err) if err.kind() == ErrorKind::ConnectionRefused => {
// Avoid ICMP generated error to be logged
break ReadStatus::WaitNextEvent;
break ReadStatus::WaitNextEvent
}
Err(err) => {
log::error!("UDP receive error: {}", err);
Expand Down

0 comments on commit 663f750

Please sign in to comment.