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 90d576a commit 079a6e8
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 @@ -464,7 +464,7 @@ fn send_packet(data: &[u8], send_method: impl Fn(&[u8]) -> io::Result<usize>) ->
}
Err(err) => {
log::error!("UDP send error: {}", err);
break SendStatus::ResourceNotFound; // should not happen
break SendStatus::ResourceNotFound // should not happen
}
}
}
Expand Down

0 comments on commit 079a6e8

Please sign in to comment.