diff --git a/src/ble/BLEEndPoint.cpp b/src/ble/BLEEndPoint.cpp index cfbc86d491464b..1b35f0777b2fcd 100644 --- a/src/ble/BLEEndPoint.cpp +++ b/src/ble/BLEEndPoint.cpp @@ -54,7 +54,7 @@ #undef CHIP_BLE_END_POINT_DEBUG_LOGGING_ENABLED #ifdef CHIP_BLE_END_POINT_DEBUG_LOGGING_ENABLED -#define ChipLogDebugBleEndPoint(MOD, MSG, ...) ChipLogError(MOD, MSG, ## __VA_ARGS__) +#define ChipLogDebugBleEndPoint(MOD, MSG, ...) ChipLogDetail(MOD, MSG, ## __VA_ARGS__) #else #define ChipLogDebugBleEndPoint(MOD, MSG, ...) #endif