compose: add mapped locale to Compose-file-not-found error log
Signed-off-by: Ran Benita <ran@unusedvar.com>master
parent
13ba9135c0
commit
1915632e06
|
@ -206,7 +206,8 @@ xkb_compose_table_new_from_locale(struct xkb_context *ctx,
|
|||
}
|
||||
free(path);
|
||||
|
||||
log_err(ctx, "couldn't find a Compose file for locale \"%s\"\n", locale);
|
||||
log_err(ctx, "couldn't find a Compose file for locale \"%s\" (mapped to \"%s\")\n",
|
||||
locale, table->locale);
|
||||
xkb_compose_table_unref(table);
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue