Skip to content

Commit

Permalink
src: lib: mavlink: Reduce verbosity of accepted messages
Browse files Browse the repository at this point in the history
It can be enabled via:

RUST_LOG=debug,mavlink_camera_manager::mavlink=trace
  • Loading branch information
joaoantoniocardoso committed Oct 18, 2024
1 parent 8bb11d6 commit 9b9c6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mavlink/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl Manager {
continue;
}

debug!("Message accepted: {header:?}, {message:?}");
trace!("Message accepted: {header:?}, {message:?}");

// Send the received message to the cameras
if let Err(error) = inner_guard
Expand Down

0 comments on commit 9b9c6ce

Please sign in to comment.