Skip to content

Commit e59f777

Browse files
committed
debug print -> trace
1 parent 226161e commit e59f777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethercat_controller/src/watchdog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub fn verify_watchdog(
9494

9595
// doutput the watchdog status in binary
9696
let counter = parse_watchdog_from_status(status_data[0].clone());
97-
log::debug!(
97+
log::trace!(
9898
"Slave {} ({})| Watchdog counter received : {} ({:08b}), sent: {} ({:08b})",
9999
i,
100100
slave_name_from_id(i as u16),

0 commit comments

Comments
 (0)