From 5d0a1c48385fd3df4e3cccb344809639a8d4c205 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 20 Jul 2020 13:27:25 +0200 Subject: [PATCH] stream: remove wrong warning --- pipewire-pulseaudio/src/stream.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipewire-pulseaudio/src/stream.c b/pipewire-pulseaudio/src/stream.c index 5be254a59..31927e7dd 100644 --- a/pipewire-pulseaudio/src/stream.c +++ b/pipewire-pulseaudio/src/stream.c @@ -1995,8 +1995,6 @@ int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx) spa_assert(s); spa_assert(s->refcount >= 1); - pw_log_warn("stream %p: Not implemented %d", s, sink_input_idx); - PA_CHECK_VALIDITY(s->context, sink_input_idx != PA_INVALID_INDEX, PA_ERR_INVALID); PA_CHECK_VALIDITY(s->context, s->state == PA_STREAM_UNCONNECTED, PA_ERR_BADSTATE);