Downgrade an info log level to trace (#4192)

This commit is contained in:
ivmarkov 2025-09-26 18:43:06 +03:00 committed by GitHub
parent cae93b8427
commit fedc9fc5df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -416,7 +416,7 @@ fn zb_mac_handler() {
}
if events & Event::AckRxDone != 0 {
info!("EventAckRxDone");
trace!("EventAckRxDone");
}
if events & Event::AckTxDone != 0 {