summaryrefslogtreecommitdiffstats
path: root/filters/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'filters/filter.c')
-rw-r--r--filters/filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/filter.c b/filters/filter.c
index 8d88a7746e..beec13c210 100644
--- a/filters/filter.c
+++ b/filters/filter.c
@@ -406,9 +406,9 @@ static void deinit_connection(struct mp_pin *p)
assert(!p->other->data.type); // unused for in pins
p->data_requested = false;
if (p->data.type)
- MP_WARN(p->owner, "dropping frame due to pin disconnect\n");
+ MP_VERBOSE(p->owner, "dropping frame due to pin disconnect\n");
if (p->data_requested)
- MP_WARN(p->owner, "dropping request due to pin disconnect\n");
+ MP_VERBOSE(p->owner, "dropping request due to pin disconnect\n");
mp_frame_unref(&p->data);
p = p->other->user_conn;
}