Loading...
Searching...
No Matches
Go to the documentation of this file.
14#define MSG_INNARDS(prefix, ...) \
16 if (prefs.show_msg){ \
17 printf(prefix __VA_ARGS__); \
22#define MSG(...) MSG_INNARDS("", __VA_ARGS__)
23#define MSG_WARN(...) MSG_INNARDS("** WARNING **: ", __VA_ARGS__)
24#define MSG_ERR(...) MSG_INNARDS("** ERROR **: ", __VA_ARGS__)
25#define MSG_HTTP(...) MSG_INNARDS("HTTP warning: ", __VA_ARGS__)