summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2016-09-01 20:05:25 +0900
committerKoichiro IWAO <meta@vmeta.jp>2016-09-02 13:44:11 +0900
commit248815964588c67e04857525425c05e3931bf198 (patch)
tree03939373904668464ef86e4f00ab5ce62e49e59f
parent644242fc5316332decdc13a4e5b29aea6e3f6ae1 (diff)
downloadxrdp-proprietary-248815964588c67e04857525425c05e3931bf198.tar.gz
xrdp-proprietary-248815964588c67e04857525425c05e3931bf198.zip
libxrdp: log keyboard type/subtype
-rw-r--r--libxrdp/xrdp_sec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libxrdp/xrdp_sec.c b/libxrdp/xrdp_sec.c
index 4aa9f27e..8fe3d321 100644
--- a/libxrdp/xrdp_sec.c
+++ b/libxrdp/xrdp_sec.c
@@ -237,6 +237,9 @@ xrdp_load_keyboard_layout(struct xrdp_client_info *client_info)
char rdp_layout[256] = { 0 };
LLOGLN(0, ("xrdp_load_keyboard_layout:"));
+ LLOGLN(0, ("xrdp_load_keyboard_layout: keyboard_type [%d] keyboard_subtype [%d]",
+ client_info->keyboard_type, client_info->keyboard_subtype));
+
/* infer model/variant */
/* TODO specify different X11 keyboard models/variants */
g_memset(client_info->model, 0, sizeof(client_info->model));