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 <daniel@fooishbar.org>
master
Daniel Stone 2012-08-09 16:47:53 +02:00
parent ec2172f31b
commit f491285a5f
1 changed files with 1 additions and 1 deletions

View 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));