mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
media-session: make a few debug messages easier to understand
Especially with PIPEWIRE_LOG_LINE=false, those messages are too confusing otherwise.
This commit is contained in:
parent
6c156cdbb4
commit
40eb9578d5
3 changed files with 5 additions and 4 deletions
|
|
@ -126,7 +126,7 @@ handle_client(struct impl *impl, struct sm_object *object)
|
|||
{
|
||||
struct client *client;
|
||||
|
||||
pw_log_debug("%p: client", impl);
|
||||
pw_log_debug("%p: new client '%u'", impl, object->id);
|
||||
|
||||
client = sm_object_add_data(object, SESSION_KEY, sizeof(struct client));
|
||||
client->obj = (struct sm_client*)object;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue