mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
dbus: fix bus type reported in logs
This commit is contained in:
parent
c69ebf6361
commit
243d534476
2 changed files with 11 additions and 2 deletions
|
|
@ -301,6 +301,6 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
|
||||
error:
|
||||
free(impl);
|
||||
pw_log_error("Failed to connect to system bus: %s", spa_strerror(res));
|
||||
pw_log_error("Failed to connect to session bus: %s", spa_strerror(res));
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue