diff --git a/src/log.h b/src/log.h index 482951e..9ee5df5 100644 --- a/src/log.h +++ b/src/log.h @@ -9,7 +9,7 @@ * 5: LOG_CRITICAL * 6: LOG_NONE */ -#define DEBUG 4 +#define DEBUG 2 #define timeStrRollSize 5 char timeStr[timeStrRollSize][20];