diff --git a/src/debug.h b/src/debug.h index 09751ab..2086788 100644 --- a/src/debug.h +++ b/src/debug.h @@ -11,7 +11,7 @@ #define DEBUG_L 4 #ifndef LOG_LEVEL -#define LOG_LEVEL DEBUG_L +#define LOG_LEVEL INFO_L #endif // -------------