Remove error log print
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 5 Mar 2024 09:59:57 +0000 (18:59 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 8 Jan 2025 03:45:12 +0000 (12:45 +0900)
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 <h.jhun@samsung.com>
vconf-compat/vconf.c

index 21b945b4a129b3c3c29d13d47a117203d26aec6b..26eddb875398b507b9d542102e21edb8c3317202 100644 (file)
@@ -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);