From: InHong Han Date: Tue, 31 Jan 2017 02:12:14 +0000 (+0900) Subject: Using secure log X-Git-Tag: accepted/tizen/3.0/common/20170131.161827~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F112272%2F1;p=platform%2Fcore%2Fuifw%2Fisf.git Using secure log Change-Id: I0a48bc911bcfcfe6188dc19362bc1fbe178056fb --- diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp index 5acf914..7beaeeb 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -1768,8 +1768,7 @@ remote_surrounding_text_fd_read_func (void* data, Ecore_Fd_Handler* fd_handler) int len = read (fd, buff, sizeof (buff) - 1); if (len == 0) { - LOGD ("update"); - LOGD ("remote_surrounding_text : %s, surrounding_cursor : %d\n", wsc_ctx->remote_surrounding_text, wsc_ctx->surrounding_cursor); + SECURE_LOGD ("remote_surrounding_text : %s, surrounding_cursor : %d\n", wsc_ctx->remote_surrounding_text, wsc_ctx->surrounding_cursor); isf_wsc_context_send_surrounding_text (wsc_ctx, wsc_ctx->remote_surrounding_text ? wsc_ctx->remote_surrounding_text : "", wsc_ctx->surrounding_cursor); } else if (len < 0) { LOGW ("failed");