From: notaz Date: Sun, 28 Jul 2013 14:14:45 +0000 (+0300) Subject: don't log idle by default X-Git-Tag: v1.85~30 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1555935b8acc47fab7ba550caaec3e395b3f95be;p=picodrive.git don't log idle by default --- 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