[worldclock-efl] Incorporated Dlog API changes. 17/195717/1 accepted/tizen/unified/20181218.063117 submit/tizen/20181217.201228
authorNilesh <t.shripati@samsung.com>
Mon, 17 Dec 2018 11:33:41 +0000 (17:03 +0530)
committerNilesh <t.shripati@samsung.com>
Mon, 17 Dec 2018 11:33:41 +0000 (17:03 +0530)
This patch incorporated dlog internal API "__dlog_print()"
changes in worldclock-efl application.

Change-Id: I617d29ccf7e05284de40667943c06f58075c0385

src/ug_worldclock_efl.c

index bdd95c9..d70191d 100644 (file)
@@ -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));