Bluetooth: Audio: Fix CAP Acceptor Debug log level
The implementation did not use the defined log level Kconfig. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
cd1d7e4bb8
commit
5e49282dab
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include <zephyr/logging/log.h>
|
||||
|
||||
LOG_MODULE_REGISTER(bt_cap_acceptor, LOG_LEVEL_DBG);
|
||||
LOG_MODULE_REGISTER(bt_cap_acceptor, CONFIG_BT_CAP_ACCEPTOR_LOG_LEVEL);
|
||||
|
||||
#if defined(CONFIG_BT_CAP_ACCEPTOR_SET_MEMBER)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue