diff --git a/TNC/Log.h b/TNC/Log.h index 25baf66..4f92b7b 100644 --- a/TNC/Log.h +++ b/TNC/Log.h @@ -21,7 +21,7 @@ extern "C" { void log_(int level, const char *fmt, ...) __attribute__((format(printf, 2, 3))); #ifndef KISS_LOG_LEVEL -#define KISS_LOG_LEVEL 0 +#define KISS_LOG_LEVEL 1 #endif #ifdef KISS_LOGGING