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:
Peter Hutterer 2021-09-30 08:36:01 +10:00 committed by Wim Taymans
parent 6c156cdbb4
commit 40eb9578d5
3 changed files with 5 additions and 4 deletions

View file

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