From f491285a5f4b5f680a87e9e3076e8499f3ed2a3b Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 9 Aug 2012 16:47:53 +0200 Subject: [PATCH] Move 'no symbols defined for ...' message to a warning Shut up shut up shut up shut up shut up shut up. Signed-off-by: Daniel Stone --- src/xkbcomp/symbols.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xkbcomp/symbols.c b/src/xkbcomp/symbols.c index 7574520..bd1bfdc 100644 --- a/src/xkbcomp/symbols.c +++ b/src/xkbcomp/symbols.c @@ -1926,7 +1926,7 @@ CompileSymbols(XkbFile *file, struct xkb_keymap *keymap, continue; if (key->num_groups < 1) - log_warn(info.keymap->ctx, + log_info(info.keymap->ctx, "No symbols defined for %s (keycode %d)\n", KeyNameText(key->name), XkbKeyGetKeycode(keymap, key)); -- 2.7.4