mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
jack: emit a warning when disabled
This commit is contained in:
parent
a77b12a024
commit
39bba88544
1 changed files with 1 additions and 0 deletions
|
|
@ -3626,6 +3626,7 @@ exit:
|
|||
jack_client_close((jack_client_t *) client);
|
||||
return NULL;
|
||||
disabled:
|
||||
pw_log_warn("JACK is disabled");
|
||||
if (status)
|
||||
*status = JackFailure | JackInitFailure;
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue