mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Prepend ERROR: to all error logs
This commit is contained in:
parent
ae016c4b5e
commit
6793d0d436
@ -51,7 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#define PLOG_ERROR(...) fprintf(stderr, __VA_ARGS__)
|
||||
#define PLOG_ERROR(...) fprintf(stderr, "ERROR: " __VA_ARGS__)
|
||||
#define SYSLOG_ERROR(...) syslog(LOG_ERR, __VA_ARGS__)
|
||||
#define LOG_ERROR(...) \
|
||||
do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user