xkbcomp: improve a few log messages
Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
aa9c91943e
commit
869c9b582d
|
@ -941,7 +941,7 @@ HandleCompatMapFile(CompatInfo *info, XkbFile *file, enum merge_mode merge)
|
|||
break;
|
||||
default:
|
||||
log_err(info->keymap->ctx,
|
||||
"Interpretation files may not include other types; "
|
||||
"Compat files may not include other types; "
|
||||
"Ignoring %s\n", stmt_type_to_string(stmt->type));
|
||||
ok = false;
|
||||
break;
|
||||
|
|
|
@ -295,7 +295,7 @@ ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt,
|
|||
|
||||
if (xkb_file->file_type != file_type) {
|
||||
log_err(ctx,
|
||||
"Include file wrong type (expected %s, got %s); "
|
||||
"Include file of wrong type (expected %s, got %s); "
|
||||
"Include file \"%s\" ignored\n",
|
||||
xkb_file_type_to_string(file_type),
|
||||
xkb_file_type_to_string(xkb_file->file_type), stmt->file);
|
||||
|
|
|
@ -1248,7 +1248,7 @@ HandleSymbolsFile(SymbolsInfo *info, XkbFile *file, enum merge_mode merge)
|
|||
break;
|
||||
default:
|
||||
log_err(info->keymap->ctx,
|
||||
"Interpretation files may not include other types; "
|
||||
"Symbols files may not include other types; "
|
||||
"Ignoring %s\n", stmt_type_to_string(stmt->type));
|
||||
ok = false;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue