logging: LOG_DEBUG should print C_DEBUG.
This commit is contained in:
@@ -79,7 +79,7 @@ static void create_log_line(const char * _status,
|
|||||||
|
|
||||||
#if LOG_DEBUG_MESSAGES
|
#if LOG_DEBUG_MESSAGES
|
||||||
#define LOG_DEBUG(fmt, ...) \
|
#define LOG_DEBUG(fmt, ...) \
|
||||||
create_log_line(C_INFO, __FILE__, __LINE__, fmt, ##__VA_ARGS__);
|
create_log_line(C_DEBUG, __FILE__, __LINE__, fmt, ##__VA_ARGS__);
|
||||||
#else
|
#else
|
||||||
#define LOG_DEBUG(fmt, ...)
|
#define LOG_DEBUG(fmt, ...)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user