Skip to content

Commit dd75fc3

Browse files
Andries Kruithofkartben
authored andcommitted
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 <[email protected]>
1 parent 6e22d19 commit dd75fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/audio/media_proxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "media_proxy_internal.h"
2323
#include "mcs_internal.h"
2424

25-
LOG_MODULE_REGISTER(media_proxy, CONFIG_MCTL_LOG_LEVEL);
25+
LOG_MODULE_REGISTER(bt_media_proxy, CONFIG_MCTL_LOG_LEVEL);
2626

2727
/* Media player */
2828
struct media_player {

0 commit comments

Comments
 (0)