Up default logging level on release builds to `INFO` (from `WARN`).

Fortune for naka's current commit: Curse − 凶
master
Avril 3 years ago
parent 139d741bce
commit 7295733087
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -18,7 +18,7 @@ enum trace_level {
#ifdef DEBUG
#define _TRACE_LEVEL_DEFAULT TRACE_LEVEL_DEBUG
#else
#define _TRACE_LEVEL_DEFAULT TRACE_LEVEL_WARN
#define _TRACE_LEVEL_DEFAULT TRACE_LEVEL_INFO
#endif
int _t_fprintf(enum trace_level l, FILE* output, const char* msg, ...);

Loading…
Cancel
Save