Skip to content

Commit

Permalink
src: lib: controls: onvif: Reduce verbosity of repetitive message
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Oct 18, 2024
1 parent 263ce7f commit 8bb11d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/controls/onvif/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Manager {
use std::net::{IpAddr, Ipv4Addr};

loop {
debug!("Discovering onvif...");
trace!("Discovering onvif...");

const MAX_CONCURRENT_JUMPERS: usize = 100;

Expand Down

0 comments on commit 8bb11d6

Please sign in to comment.