change loglevel

This commit is contained in:
Mats van Reenen 2020-12-25 22:27:56 +01:00
parent 66e9d249db
commit 0ad0a7aad1

View File

@ -9,7 +9,7 @@
* 5: LOG_CRITICAL * 5: LOG_CRITICAL
* 6: LOG_NONE * 6: LOG_NONE
*/ */
#define DEBUG 4 #define DEBUG 2
#define timeStrRollSize 5 #define timeStrRollSize 5
char timeStr[timeStrRollSize][20]; char timeStr[timeStrRollSize][20];