X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fstt_config_parser.c;h=3f192e5fbad4aa37841e6de716e68b5a4b937d6e;hb=6de6690ccfd448cbefd579c34c74c55a6b5fa3c5;hp=aba6692afd12219b6340ade7a57a049fd3059d2d;hpb=6143334831808ecb507cad15a15de8e0d77f048e;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/common/stt_config_parser.c b/common/stt_config_parser.c index aba6692..3f192e5 100644 --- a/common/stt_config_parser.c +++ b/common/stt_config_parser.c @@ -868,7 +868,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(%d) e(%d)", + 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);