Skip to content

Commit

Permalink
Update log to refer #1126 rather than #1093
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jun 12, 2024
1 parent 4be0c38 commit 56df4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/zenoh-links/zenoh-link-udp/src/unicast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ async fn accept_read_task(
tracing::trace!("Ready to accept UDP connections on: {:?}", src_addr);

if src_addr.ip().is_unspecified() {
tracing::warn!("Interceptors (e.g. Access Control, Downsampling) are not guaranteed to work on UDP when listening on 0.0.0.0 or [::]. Their usage is discouraged. See https://github.com/eclipse-zenoh/zenoh/issues/1093.");
tracing::warn!("Interceptors (e.g. Access Control, Downsampling) are not guaranteed to work on UDP when listening on 0.0.0.0 or [::]. Their usage is discouraged. See https://github.com/eclipse-zenoh/zenoh/issues/1126.");
}

loop {
Expand Down

0 comments on commit 56df4ce

Please sign in to comment.