Bluetooth: Audio: add bt_ prefix when registering logging module
Add the bt_ prefix when registering logging for the media_proxy module, to be consistent with what the other modules in bluetooth/audio do Note that the bap_usb module shall not have the bt_ prefix Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
This commit is contained in:
parent
6e22d19fd2
commit
dd75fc39c3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include "media_proxy_internal.h"
|
#include "media_proxy_internal.h"
|
||||||
#include "mcs_internal.h"
|
#include "mcs_internal.h"
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(media_proxy, CONFIG_MCTL_LOG_LEVEL);
|
LOG_MODULE_REGISTER(bt_media_proxy, CONFIG_MCTL_LOG_LEVEL);
|
||||||
|
|
||||||
/* Media player */
|
/* Media player */
|
||||||
struct media_player {
|
struct media_player {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue