On 9/18/24 11:29, Marc-André Lureau wrote: > On Wed, Sep 18, 2024 at 12:17 PM Michal Privoznik <mpriv...@redhat.com> wrote: >> >> According to its man page [1], pw_context_connect() sets errno on >> failure: >> >> Returns a Core on success or NULL with errno set on error. >> >> It may be handy to see errno when figuring out why PipeWire >> failed to connect. That leaves us with just one possible path to >> reach 'fail_error' label which is then moved to that path and >> also its error message is adjusted slightly. >> >> 1: >> https://docs.pipewire.org/group__pw__core.html#ga5994e3a54e4ec718094ca02a1234815b >> >> Signed-off-by: Michal Privoznik <mpriv...@redhat.com> > > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com>
Thanks, can you merge it too please? I don't have commit access. Michal