LOG_ERROR
# define LOG_ERROR(text...) TRACE(text)
# define LOG_ERROR(x...) debug_printf(x)
# define LOG_ERROR(x...) do { debug_printf(x); } while(0)