Move 'no symbols defined for ...' message to a warning
authorDaniel Stone <daniel@fooishbar.org>
Thu, 9 Aug 2012 14:47:53 +0000 (16:47 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Sat, 11 Aug 2012 16:17:00 +0000 (18:17 +0200)
Shut up shut up shut up shut up shut up shut up.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkbcomp/symbols.c

index 7574520..bd1bfdc 100644 (file)
@@ -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));