0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

linux-pipewire: Demote yet another error to debug

This was an oversight from commit be629b93c.
This commit is contained in:
Georges Basile Stavracas Neto 2023-03-01 08:56:59 -03:00 committed by Georges Basile Stavracas Neto
parent 414937a963
commit f520b251fb

View File

@ -550,7 +550,7 @@ static void on_process_cb(void *user_data)
}
if (corrupt) {
blog(LOG_ERROR,
blog(LOG_DEBUG,
"[pipewire] buffer contains corrupted data");
goto read_metadata;
}