milan-avb: acmp: log state on incoming messages

This commit is contained in:
hackerman-kl 2026-04-25 08:53:35 +02:00 committed by Wim Taymans
parent b2a5f7f97e
commit 0a02161943

View file

@ -178,6 +178,7 @@ static int acmp_message(void *data, uint64_t now, const void *message, int len)
mtype = AVB_PACKET_ACMP_GET_MESSAGE_TYPE(p);
pw_log_info("got ACMP message %s", acmp_cmd_names[mtype]);
avb_log_state(server, acmp_cmd_names[mtype]);
switch (mtype) {
case AVB_ACMP_MESSAGE_TYPE_CONNECT_RX_COMMAND: