milan-avb: mvrp: drop notify VID to debug log level

This commit is contained in:
hackerman-kl 2026-04-25 07:15:30 +02:00 committed by Wim Taymans
parent 2d476cab79
commit e8e7f7a9fb

View file

@ -94,7 +94,7 @@ static int encode_vid(struct mvrp *mvrp, struct attr *a, void *m)
static void notify_vid(struct mvrp *mvrp, uint64_t now, struct attr *attr, uint8_t notify) static void notify_vid(struct mvrp *mvrp, uint64_t now, struct attr *attr, uint8_t notify)
{ {
pw_log_info("> notify vid: %s", avb_mrp_notify_name(notify)); pw_log_debug("> notify vid: %s", avb_mrp_notify_name(notify));
debug_vid(&attr->attr->attr.vid); debug_vid(&attr->attr->attr.vid);
} }