summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <qignacio@amazon.com>2022-05-17 12:14:21 +0200
committerIgnacio Casal Quinteiro <qignacio@amazon.com>2022-05-17 12:14:21 +0200
commitacb1ce2272c7f8aefb38530bf4cccf737cabc8b2 (patch)
treed4d0066fe45546def9b16141108da5e76d69c761
parent5eaa13f573033c010311400523a1283525ff9f1b (diff)
downloadglib-acb1ce2272c7f8aefb38530bf4cccf737cabc8b2.tar.gz
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
-rw-r--r--gio/gwin32appinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c
index c05e27f2b..2f8d06dfd 100644
--- a/gio/gwin32appinfo.c
+++ b/gio/gwin32appinfo.c
@@ -3476,8 +3476,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++)
{