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:
Andries Kruithof 2024-12-04 12:28:55 +01:00 committed by Benjamin Cabé
commit dd75fc39c3

View file

@ -22,7 +22,7 @@
#include "media_proxy_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 */
struct media_player {