Merge branch 'wormnest/silence-kblayout-warning' into 'gtk-3-24'

gdkkeys-win32c: change registry key not found g_warning to g_debug

See merge request GNOME/gtk!6671
This commit is contained in:
Luca Bacci
2023-12-18 17:17:29 +00:00

View File

@@ -249,8 +249,8 @@ _get_keyboard_layout_file (const char *layout_name)
KEY_QUERY_VALUE, &hkey);
if (status != ERROR_SUCCESS)
{
g_warning("Could not open registry key '%s'. Error code: %d",
kbdKeyPath, (int)status);
g_debug("Could not open registry key '%s'. Error code: %d",
kbdKeyPath, (int)status);
goto fail1;
}