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>
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);