Add a crawly to the bug message

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-09-28 16:10:44 +10:00
parent 159d553ea3
commit 0ba6cc2740
2 changed files with 2 additions and 2 deletions

View file

@ -197,4 +197,4 @@ ei_log_msg_va(struct ei *ei,
#define log_error(T_, ...) \
ei_log_msg((T_), EI_LOG_PRIORITY_ERROR, __VA_ARGS__)
#define log_bug(T_, ...) \
ei_log_msg((T_), EI_LOG_PRIORITY_ERROR, "bug: " __VA_ARGS__)
ei_log_msg((T_), EI_LOG_PRIORITY_ERROR, "🪳 BUG: " __VA_ARGS__)

View file

@ -277,4 +277,4 @@ eis_log_msg_va(struct eis *eis,
#define log_error(T_, ...) \
eis_log_msg((T_), EIS_LOG_PRIORITY_ERROR, __VA_ARGS__)
#define log_bug(T_, ...) \
eis_log_msg((T_), EIS_LOG_PRIORITY_ERROR, "bug: " __VA_ARGS__)
eis_log_msg((T_), EIS_LOG_PRIORITY_ERROR, "🪳 BUG: " __VA_ARGS__)