Add more information to log for debugging 28/115728/2
authorSungmin Kwak <sungmin.kwak@samsung.com>
Tue, 21 Feb 2017 06:40:55 +0000 (15:40 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 21 Feb 2017 06:50:21 +0000 (22:50 -0800)
Change-Id: I4beffeb370cc9f5ae10a4a0c2a907bed91d41785

ism/extras/wayland_immodule/wayland_imcontext.c

index 8676fd2..f1794fd 100644 (file)
@@ -1517,7 +1517,7 @@ static void _canvas_focus_in_cb(void *data, Evas *e, void *event_info)
 static Eina_Bool
 show_input_panel(Ecore_IMF_Context *ctx)
 {
-    LOGD("");
+    LOGD("ctx : %p", ctx);
     WaylandIMContext *imcontext = (WaylandIMContext *)ecore_imf_context_data_get(ctx);
 
     char *surrounding = NULL;