jack: emit a warning when disabled

This commit is contained in:
Wim Taymans 2023-05-05 15:41:18 +02:00
parent a77b12a024
commit 39bba88544

View file

@ -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;