mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: turn error into info
Receiving a message from an already removed stream should not result in an error message. See #1812
This commit is contained in:
parent
f10b872733
commit
af2e7b630a
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ static int handle_memblock(struct client *client, struct message *msg)
|
|||
|
||||
stream = pw_map_lookup(&client->streams, channel);
|
||||
if (stream == NULL || stream->type == STREAM_TYPE_RECORD) {
|
||||
res = -EINVAL;
|
||||
pw_log_info("client %p [%s]: received memblock for unknown channel %d",
|
||||
client, client->name, channel);
|
||||
goto finish;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue