]> source.dussan.org Git - tigervnc.git/commitdiff
Improve log message when mapping keysyms
authorPierre Ossman <ossman@cendio.se>
Wed, 23 Aug 2023 14:51:19 +0000 (16:51 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 23 Aug 2023 14:53:19 +0000 (16:53 +0200)
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".

unix/xserver/hw/vnc/vncInput.c

index 16ac25ed3305f0a9c4000fee5075c804ead9a2cf..98671b5e41a0e04913a071023a992a91fa71113f 100644 (file)
@@ -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);
 
                /*