mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
config: fail when something fails
This commit is contained in:
parent
e02b3181da
commit
8fcf27848f
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ int pw_daemon_config_run_commands(struct pw_daemon_config *config, struct pw_cor
|
||||||
if ((ret = pw_command_run(command, core, &err)) < 0) {
|
if ((ret = pw_command_run(command, core, &err)) < 0) {
|
||||||
pw_log_warn("could not run command %s: %s", command->args[0], err);
|
pw_log_warn("could not run command %s: %s", command->args[0], err);
|
||||||
free(err);
|
free(err);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue