From 073339230bc0c4b42387f786c6b0d7aaca3f1a81 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 4 Apr 2024 13:39:07 +0900 Subject: [PATCH] Change log level at g_log_remove_handler g_warnning to g_info Change-Id: I22cca7ce34026c680d7cf2c4291f04068dcfc0c0 --- glib/gmessages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gmessages.c b/glib/gmessages.c index 5460dcf..636f660 100644 --- a/glib/gmessages.c +++ b/glib/gmessages.c @@ -1037,7 +1037,7 @@ g_log_remove_handler (const gchar *log_domain, } } g_mutex_unlock (&g_messages_lock); - g_warning ("%s: could not find handler with id '%d' for domain \"%s\"", + g_info ("%s: could not find handler with id '%d' for domain \"%s\"", G_STRLOC, handler_id, log_domain); } -- 2.7.4