X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fstt_config_parser.c;h=6786c71df9523cb0338ff4e107674ebbff62b485;hb=refs%2Fchanges%2F46%2F167646%2F1;hp=6a7925d7ccf877ee4fa2a651a66db17272c57108;hpb=203cfcddecc2d510d11e6f03bc9e5493ee655fe7;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/common/stt_config_parser.c b/common/stt_config_parser.c index 6a7925d..6786c71 100644 --- a/common/stt_config_parser.c +++ b/common/stt_config_parser.c @@ -891,7 +891,7 @@ int stt_parser_set_time_info(GSList* time_list) xmlNodePtr temp_node = NULL; - SLOG(LOG_DEBUG, stt_tag(), "[%d] i(%d) t(%s) s(%ld) e(%ld)", + SECURE_SLOG(LOG_DEBUG, stt_tag(), "[%d] i(%d) t(%s) s(%ld) e(%ld)", data->index, data->event, data->text, data->start_time, data->end_time); temp_node = xmlNewNode(NULL, (const xmlChar*)STT_TAG_TIME_TEXT);