core: emit info when not binding resource 0

This commit is contained in:
Wim Taymans 2019-06-28 09:35:11 +02:00
parent bee88e5279
commit 428e743116

View file

@ -426,6 +426,8 @@ global_bind(void *_data,
if (resource->id == 0) if (resource->id == 0)
client->core_resource = resource; client->core_resource = resource;
else
pw_core_resource_info(resource, &this->info);
pw_log_debug("core %p: bound to %d", this, resource->id); pw_log_debug("core %p: bound to %d", this, resource->id);