mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
new cspot/bell
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
#include <BellLogger.h>
|
||||
|
||||
#define CSPOT_LOG(type, ...) \
|
||||
do \
|
||||
{ \
|
||||
bell::bellGlobalLogger->type(__FILE__, __LINE__, "cspot", __VA_ARGS__); \
|
||||
} while (0)
|
||||
#define CSPOT_LOG(type, ...) \
|
||||
do { \
|
||||
bell::bellGlobalLogger->type(__FILE__, __LINE__, "cspot", __VA_ARGS__); \
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user