瀏覽代碼

Improve log message when mapping keysyms

It was a poor choice of words to call these keysyms "unknown" as they
are likely perfectly normal keysyms, they just cannot be found in the
currently loaded keyboard layout. This log message has confused users,
so let's get rid of the "unknown" part.

We already use the verb "add" heavily in the other log messages, so
let's keep that rather than switch to some for of "map".
tags/v1.13.90
Pierre Ossman 10 月之前
父節點
當前提交
c5ad3d6388
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      unix/xserver/hw/vnc/vncInput.c

+ 1
- 1
unix/xserver/hw/vnc/vncInput.c 查看文件

@@ -470,7 +470,7 @@ static void vncKeysymKeyboardEvent(KeySym keysym, int down)
return;
}

LOG_INFO("Added unknown keysym 0x%x to keycode %d",
LOG_INFO("Added keysym 0x%x to keycode %d",
keysym, keycode);

/*

Loading…
取消
儲存