Replace printf with dlog 99/42199/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Jun 2015 10:51:32 +0000 (19:51 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Jun 2015 10:51:32 +0000 (19:51 +0900)
Change-Id: I394acb66e63339227186606f17a9b8fe53430be4

ism/demos/isf_imcontrol_efl.cpp

index fd4c12a..2ff9f3f 100644 (file)
@@ -219,9 +219,9 @@ static void test_show_ise_option (void *data, Evas_Object *obj, void *event_info
 {
     int ret = isf_control_show_ise_option_window ();
     if (ret == 0)
-        printf (" Show ISE option window is successful!\n");
+        LOGD ("Show ISE option window is successful!\n");
     else
-        printf (" Show ISE option window is failed!!!\n");
+        LOGW ("Show ISE option window is failed!!!\n");
 }
 
 static void test_get_initial_ise (void *data, Evas_Object *obj, void *event_info)