mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
win32appinfo: change log level from warning to debug
There is nothing that the user can do anyway and this dumps lots of warnings without real need. Closes #2640
This commit is contained in:
parent
5eaa13f573
commit
acb1ce2272
@ -3476,8 +3476,8 @@ uwp_package_cb (gpointer user_data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (app->verbs->len == 0 && extensions_considered > 0)
|
if (app->verbs->len == 0 && extensions_considered > 0)
|
||||||
g_warning ("Unexpectedly, UWP app `%S' (AUMId `%s') supports %d extensions but has no verbs",
|
g_debug ("Unexpectedly, UWP app `%S' (AUMId `%s') supports %d extensions but has no verbs",
|
||||||
full_package_name, app_user_model_id_u8, extensions_considered);
|
full_package_name, app_user_model_id_u8, extensions_considered);
|
||||||
|
|
||||||
for (i = 0; i < supported_protocols->len; i++)
|
for (i = 0; i < supported_protocols->len; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user