mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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) {
|
||||
pw_log_warn("could not run command %s: %s", command->args[0], err);
|
||||
free(err);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue