Small cleanups and additions

This commit is contained in:
Wim Taymans 2017-09-18 21:47:44 +02:00
parent 93a52f4837
commit 2f6c4544fe
3 changed files with 13 additions and 2 deletions

View file

@ -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;