mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-02 23:50:11 +01:00
Add a crawly to the bug message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
159d553ea3
commit
0ba6cc2740
2 changed files with 2 additions and 2 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue