mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 19:20:09 +01:00
test: align litest output messages
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7272696666
commit
937541cb82
1 changed files with 2 additions and 2 deletions
|
|
@ -788,14 +788,14 @@ litest_log_handler(struct libinput *libinput,
|
|||
const char *priority = NULL;
|
||||
|
||||
switch(pri) {
|
||||
case LIBINPUT_LOG_PRIORITY_INFO: priority = "info"; break;
|
||||
case LIBINPUT_LOG_PRIORITY_INFO: priority = "info "; break;
|
||||
case LIBINPUT_LOG_PRIORITY_ERROR: priority = "error"; break;
|
||||
case LIBINPUT_LOG_PRIORITY_DEBUG: priority = "debug"; break;
|
||||
default:
|
||||
abort();
|
||||
}
|
||||
|
||||
fprintf(stderr, "litest %s: ", priority);
|
||||
fprintf(stderr, "litest %s ", priority);
|
||||
vfprintf(stderr, format, args);
|
||||
|
||||
if (strstr(format, "client bug: ") ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue