[glib/glib-2-72: 1/2] win32appinfo: change log level from warning to debug
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-72: 1/2] win32appinfo: change log level from warning to debug
- Date: Mon, 30 May 2022 12:52:55 +0000 (UTC)
commit 57739ebd5f71e9c9ea5f1842e1d1e221c26d8503
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Tue May 17 12:14:21 2022 +0200
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
gio/gwin32appinfo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c
index fe831ad736..26ca6eff20 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++)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]