mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-26 20:00:32 +00:00
Downgrade an info log level to trace (#4192)
This commit is contained in:
parent
cae93b8427
commit
fedc9fc5df
@ -416,7 +416,7 @@ fn zb_mac_handler() {
|
||||
}
|
||||
|
||||
if events & Event::AckRxDone != 0 {
|
||||
info!("EventAckRxDone");
|
||||
trace!("EventAckRxDone");
|
||||
}
|
||||
|
||||
if events & Event::AckTxDone != 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user