From e8e7f7a9fbd8d26a01e639ee5395d054a9d79f5c Mon Sep 17 00:00:00 2001 From: hackerman-kl Date: Sat, 25 Apr 2026 07:15:30 +0200 Subject: [PATCH] milan-avb: mvrp: drop notify VID to debug log level --- src/modules/module-avb/mvrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-avb/mvrp.c b/src/modules/module-avb/mvrp.c index e9343767a..955c9699b 100644 --- a/src/modules/module-avb/mvrp.c +++ b/src/modules/module-avb/mvrp.c @@ -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) { - 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); }