summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2022-05-26 14:29:11 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2022-05-26 14:29:11 +0000
commita20a432100be78041656628bae24b8d19a53178e (patch)
treea49679002e6c8c76bc640f8906ed0862ce263ca8
parent694e91c130080916eddcab2250783fd86b95e40f (diff)
parentacb1ce2272c7f8aefb38530bf4cccf737cabc8b2 (diff)
downloadglib-a20a432100be78041656628bae24b8d19a53178e.tar.gz
Merge branch 'nacho/uwp-warnings' into 'main'
win32appinfo: change log level from warning to debug Closes #2640 See merge request GNOME/glib!2661
-rw-r--r--gio/gwin32appinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c
index 4e85f8166..cdb486843 100644
--- a/gio/gwin32appinfo.c
+++ b/gio/gwin32appinfo.c
@@ -3478,8 +3478,8 @@ uwp_package_cb (gpointer user_data,
}
if (app->verbs->len == 0 && extensions_considered > 0)
- g_warning ("Unexpectedly, UWP app `%S' (AUMId `%s') supports %d extensions but has no verbs",
- full_package_name, app_user_model_id_u8, extensions_considered);
+ 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);
for (i = 0; i < supported_protocols->len; i++)
{