Skip to content

Commit

Permalink
Fix log level (#23319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub authored and pull[bot] committed Jun 2, 2023
1 parent 1a893ed commit 1889282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ble/BLEEndPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1889282

Please sign in to comment.