mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Actually log errors to stderr and LOG_ERR
Amazingly, this has been a mistake since c459c05
This commit is contained in:
@ -56,9 +56,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#define LOG_ERROR(...) \
|
||||
do { \
|
||||
if (get_use_syslog()) { \
|
||||
SYSLOG_MSG(__VA_ARGS__); \
|
||||
SYSLOG_ERROR(__VA_ARGS__); \
|
||||
} else { \
|
||||
PLOG_MSG(__VA_ARGS__); \
|
||||
PLOG_ERROR(__VA_ARGS__); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
Reference in New Issue
Block a user