xkbcomp: downgrade "Symbol added to modifier map for multiple modifiers" log to a...
authorRan Benita <ran@unusedvar.com>
Fri, 27 Dec 2019 10:22:37 +0000 (12:22 +0200)
committerRan Benita <ran@unusedvar.com>
Fri, 27 Dec 2019 10:26:35 +0000 (12:26 +0200)
commitade131307c7fda83707d615216831a056f9d1c98
treeab92b22bbf4f90b6a9aa620bbac9400f7e6aed57
parent00f31e0d274fb0231cdc7ff1e0ae2a390f2162be
xkbcomp: downgrade "Symbol added to modifier map for multiple modifiers" log to a warning

This condition happens in xkeyboard-config keymaps and seems hard to
fix. Currently it incessantly spams people's logs who have no idea what
to do about it. So downgrade to "warning" level, so it doesn't show up
by default.

When working on keymaps, set `XKB_LOG_LEVEL=debug XKB_LOG_VERBOSITY=10`
to see all possible messages.

Refs https://github.com/xkbcommon/libxkbcommon/issues/111
Fixes https://github.com/xkbcommon/libxkbcommon/issues/128
Signed-off-by: Ran Benita <ran@unusedvar.com>
src/xkbcomp/symbols.c