From 1059f4f8a29399ba38720e3dbfc7cd5fa7b130fa Mon Sep 17 00:00:00 2001 From: Nilesh Date: Mon, 17 Dec 2018 17:03:41 +0530 Subject: [PATCH] [worldclock-efl] Incorporated Dlog API changes. This patch incorporated dlog internal API "__dlog_print()" changes in worldclock-efl application. Change-Id: I617d29ccf7e05284de40667943c06f58075c0385 --- src/ug_worldclock_efl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ug_worldclock_efl.c b/src/ug_worldclock_efl.c index bdd95c9..d70191d 100644 --- a/src/ug_worldclock_efl.c +++ b/src/ug_worldclock_efl.c @@ -412,7 +412,7 @@ static void on_app_control(app_control_h app_control, void *priv) /* create add view for ug */ worldclock_ugview_add(ad->navi_bar, ad, __ug_return_cb); if (text_id) { - CLK_INFO("text_id = %d", text_id); + CLK_INFO("text_id = %s", text_id); app_control_h reply = NULL; app_control_create(&reply); app_control_add_extra_data(reply, "city_name", _(text_id)); -- 2.34.1