projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2172f
)
Move 'no symbols defined for ...' message to a warning
author
Daniel Stone
<daniel@fooishbar.org>
Thu, 9 Aug 2012 14:47:53 +0000
(16:47 +0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/xkbcomp/symbols.c
b/src/xkbcomp/symbols.c
index 7574520d47881119014c4c897ee8f9587da519fd..bd1bfdc41f3afacb75329ecd2cbd872c00d72107 100644
(file)
--- 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));