mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Small cleanups
Improve debug Fix core info event, pass the copied info around in remote.
This commit is contained in:
parent
26e9daf6b7
commit
2ca25e5bf4
5 changed files with 15 additions and 17 deletions
|
|
@ -188,7 +188,7 @@ bool pw_daemon_config_run_commands(struct pw_daemon_config *config, struct pw_co
|
|||
|
||||
spa_list_for_each(command, &config->commands, link) {
|
||||
if (!pw_command_run(command, core, &err)) {
|
||||
pw_log_warn("could not run command %s: %s", command->name, err);
|
||||
pw_log_warn("could not run command %s: %s", command->args[0], err);
|
||||
free(err);
|
||||
ret = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue