mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
Small cleanups and additions
This commit is contained in:
parent
93a52f4837
commit
2f6c4544fe
3 changed files with 13 additions and 2 deletions
|
|
@ -729,7 +729,7 @@ impl_add_server(struct pw_protocol *protocol,
|
|||
|
||||
pw_loop_add_hook(pw_core_get_main_loop(core), &s->hook, &impl_hooks, s);
|
||||
|
||||
pw_log_info("protocol-native %p: Added server %p", protocol, this);
|
||||
pw_log_info("protocol-native %p: Added server %p %s", protocol, this, name);
|
||||
|
||||
return this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue