don't log idle by default
authornotaz <notasas@gmail.com>
Sun, 28 Jul 2013 14:14:45 +0000 (17:14 +0300)
committernotaz <notasas@gmail.com>
Sun, 28 Jul 2013 20:29:05 +0000 (23:29 +0300)
pico/pico_int.h

index 5fe8d94..e61c1f7 100644 (file)
@@ -805,7 +805,7 @@ static __inline int isspace_(int c)
 # ifdef __x86_64__ // HACK\r
 #  define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)\r
 # else\r
-#  define EL_LOGMASK (EL_STATUS|EL_IDLE)\r
+#  define EL_LOGMASK (EL_STATUS)\r
 # endif\r
 #endif\r
 \r