From b0506464b83b3ce6cbb570069302ac64f8261ae0 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 5 Mar 2024 18:59:57 +0900 Subject: [PATCH] Remove error log print To reduce dlog messages, this patch removes printing the error log message. Even if calling the _vconf_get_tizen_glib_context() is failed, the vconf library will add the GSource to the default GMainContext. Change-Id: Id8d4dc8cec804062b57cd048ea55ac55670de274 Signed-off-by: Hwankyu Jhun --- vconf-compat/vconf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vconf-compat/vconf.c b/vconf-compat/vconf.c index 21b945b..26eddb8 100644 --- a/vconf-compat/vconf.c +++ b/vconf-compat/vconf.c @@ -204,8 +204,6 @@ static struct callback_info *_vconf_create_callback_info(const char *key, context = _vconf_get_tizen_glib_context(); if (context) cb_info->context = g_main_context_ref(context); - else - LOGE("There is no tizen glib contexts"); } g_atomic_int_inc(&id); -- 2.7.4