Skip to content

Commit

Permalink
chore: changed warn log to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Dec 10, 2024
1 parent 895b07e commit 713d129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/zenoh-links/zenoh-link-serial/src/unicast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ async fn accept_read_task(
continue;
}
Err(e) => {
tracing::warn!("{}. Hint: Is the serial cable connected?", e);
tracing::debug!("{}. Hint: Is the serial cable connected?", e);
tokio::time::sleep(Duration::from_micros(*SERIAL_ACCEPT_THROTTLE_TIME)).await;
continue;

Expand Down

0 comments on commit 713d129

Please sign in to comment.