changes for actubent - not compiling!
FossilOrigin-Name: adf99bdc2ee784a4acf4066b90c33fb1e6124e8c49c255d3fd5011bb33852d52
This commit is contained in:
11
src/cw/log.h
11
src/cw/log.h
@ -55,12 +55,15 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifdef WITH_CW_LOG
|
||||
#define cw_log(level,...) cw_log_colored(level,__VA_ARGS__)
|
||||
#else
|
||||
/*#ifdef WITH_CW_LOG*/
|
||||
/*#define cw_log(level,...) cw_log_colored(level,__VA_ARGS__)*/
|
||||
|
||||
#define cw_log cw_log_colored
|
||||
|
||||
/*#else
|
||||
#define cw_log(...)
|
||||
#endif
|
||||
|
||||
*/
|
||||
/*
|
||||
//#ifdef WITH_CW_LOG_DEBUG
|
||||
|
||||
|
Reference in New Issue
Block a user