don't do idle log - it's not useful

This commit is contained in:
notaz 2017-12-03 18:23:27 +02:00
parent 98a3d79ba2
commit 91be5ebd10

View file

@ -983,7 +983,7 @@ static __inline int isspace_(int c)
// emulation event logging
#ifndef EL_LOGMASK
# ifdef __x86_64__ // HACK
# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)
# define EL_LOGMASK (EL_STATUS|EL_ANOMALY)
# else
# define EL_LOGMASK (EL_STATUS)
# endif