milan-avb: acmp-milan-v12: 'tmr_delay no saved packet' to debug, it may

happen
This commit is contained in:
hackerman-kl 2026-04-25 12:26:16 +02:00 committed by Wim Taymans
parent 0572e41b65
commit 3b820add3b

View file

@ -721,7 +721,7 @@ int handle_fsm_prb_w_delay_tmr_delay_evt(struct acmp *acmp,
int res;
if (m == NULL || len < min_len) {
pw_log_warn("tmr_delay fired with no saved packet (len=%zu); "
pw_log_debug("tmr_delay fired with no saved packet (len=%zu); "
"deferring probe_tx_command retry", len);
return 0;
}