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:
Nick Bolton
2025-04-23 11:05:48 +01:00
committed by Chris Rizzitello
parent 294348b42b
commit eab87e3869

View File

@ -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 "";
}