chore: Increase log level for noisy empty lang code log line
It seems that `layoutLangCode.empty()` is true on my GNOME Wayland server every time I press a key. I don't know why, but it probably means something. Client doesn't seem to matter; happens for all client OS.
This commit is contained in:
committed by
Chris Rizzitello
parent
294348b42b
commit
eab87e3869
@ -180,7 +180,7 @@ std::string X11LayoutsParser::convertLayotToISO(
|
||||
)
|
||||
{
|
||||
if (layoutLangCode.empty()) {
|
||||
LOG((CLOG_DEBUG "skip converting empty layout lang code"));
|
||||
LOG((CLOG_DEBUG1 "skip converting empty layout lang code"));
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user