mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
improve debug
This commit is contained in:
parent
c658574c01
commit
7febf7ea25
6 changed files with 16 additions and 4 deletions
|
|
@ -840,6 +840,7 @@ static void on_success(pa_operation *o, void *userdata)
|
|||
{
|
||||
struct success_data *d = userdata;
|
||||
pa_context *c = o->context;
|
||||
pw_log_debug("context %p: error %d", c, d->error);
|
||||
if (d->error != 0)
|
||||
pa_context_set_error(c, d->error);
|
||||
if (d->cb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue