From 1555935b8acc47fab7ba550caaec3e395b3f95be Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 28 Jul 2013 17:14:45 +0300 Subject: [PATCH] don't log idle by default --- pico/pico_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pico/pico_int.h b/pico/pico_int.h index 5fe8d94..e61c1f7 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -805,7 +805,7 @@ static __inline int isspace_(int c) # ifdef __x86_64__ // HACK # define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY) # else -# define EL_LOGMASK (EL_STATUS|EL_IDLE) +# define EL_LOGMASK (EL_STATUS) # endif #endif -- 2.39.2