Using secure log 72/112272/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 31 Jan 2017 02:12:14 +0000 (11:12 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 31 Jan 2017 02:12:14 +0000 (11:12 +0900)
Change-Id: I0a48bc911bcfcfe6188dc19362bc1fbe178056fb

ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp

index 5acf914..7beaeeb 100644 (file)
@@ -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");