Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jun 12, 2024
1 parent cf83a8d commit 4be0c38
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 [::]. 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/1093.");
}

loop {
Expand Down

0 comments on commit 4be0c38

Please sign in to comment.