diff --git a/include/trace.h b/include/trace.h index 08c1eec..d511c9a 100644 --- a/include/trace.h +++ b/include/trace.h @@ -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, ...);