mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: reduce debug spam
This commit is contained in:
parent
64f2f38ec4
commit
a30d385636
1 changed files with 6 additions and 4 deletions
|
|
@ -981,6 +981,7 @@ static void device_set_update_asha(struct impl *this, struct device_set *dset)
|
|||
++num_devices;
|
||||
}
|
||||
|
||||
if (dset == &this->device_set)
|
||||
spa_log_debug(this->log, "%p: %s belongs to ASHA set %s leader:%d", this,
|
||||
device->path, set->path, set->leader);
|
||||
|
||||
|
|
@ -1069,6 +1070,7 @@ static void device_set_update_bap(struct impl *this, struct device_set *dset)
|
|||
++num_devices;
|
||||
}
|
||||
|
||||
if (dset == &this->device_set)
|
||||
spa_log_debug(this->log, "%p: %s belongs to set %s leader:%d", this,
|
||||
device->path, set->path, set->leader);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue