don't log idle by default

This commit is contained in:
notaz 2013-07-28 17:14:45 +03:00
parent 6ce90725a1
commit 1555935b8a

View file

@ -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