targets/plc_debug.c
changeset 923 6ef6e0b3a908
parent 921 a8db48ec2c31
child 944 52a17be9c4d1
--- a/targets/plc_debug.c	Sun Feb 03 16:21:56 2013 +1100
+++ b/targets/plc_debug.c	Tue Feb 05 23:28:35 2013 +1100
@@ -310,7 +310,7 @@
 #define LOG_CRITICAL 0
 #define LOG_WARNING 1
 #define LOG_INFO 2
-#define LOG_DEBUG 4
+#define LOG_DEBUG 3
 
 #define LOG_BUFFER_SIZE (1<<14) /*16Ko*/
 #define LOG_BUFFER_MASK (LOG_BUFFER_SIZE-1)