]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
reduce debug level to info
authorBastian Dehn <hhaalo@arcor.de>
Sun, 3 Mar 2024 09:11:04 +0000 (10:11 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 3 Mar 2024 09:11:04 +0000 (10:11 +0100)
src/kds_s2000w_debug.h

index 03b00a69b549028a788f7b1a5d8f04130b5940d2..f535ead22874f789fbe9d6e64b56309ce14a13fa 100644 (file)
@@ -9,7 +9,7 @@
 #define DEBUG 5
 #define ALL 6
 
-#define LOGLEVEL DEBUG
+#define LOGLEVEL INFO
 
 void debug_printf(int level, const char* message);
 void debug_printf_int(int level, const char* message, int value);