mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Prepend ERROR: to all error logs
This commit is contained in:
@ -51,7 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
} \
|
} \
|
||||||
} while (0)
|
} 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 SYSLOG_ERROR(...) syslog(LOG_ERR, __VA_ARGS__)
|
||||||
#define LOG_ERROR(...) \
|
#define LOG_ERROR(...) \
|
||||||
do { \
|
do { \
|
||||||
|
Reference in New Issue
Block a user