mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
improve error messages
Log an error when we send an error to the client so that we don't need to log and error anymore. Improve the error messages when we can Move some warnings and errors to debug
This commit is contained in:
parent
ee617682c3
commit
b33bd68bac
12 changed files with 56 additions and 62 deletions
|
|
@ -630,7 +630,7 @@ static void on_core_error(void *userdata, uint32_t id, int seq, int res, const c
|
|||
{
|
||||
struct data *data = userdata;
|
||||
|
||||
fprintf(stderr, "remote error: id=%"PRIu32" seq:%d res:%d (%s): %s",
|
||||
fprintf(stderr, "remote error: id=%"PRIu32" seq:%d res:%d (%s): %s\n",
|
||||
id, seq, res, spa_strerror(res), message);
|
||||
|
||||
pw_main_loop_quit(data->loop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue