From d69778a783ea20a773a4ea09783ed36b12e70ce3 Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Thu, 20 Apr 2017 09:49:47 +0900 Subject: [PATCH] Fix to get the maximum text size from the engine meta data Change-Id: Ib5e794e053133e77d68465ddd66f57a39474dbf0 Signed-off-by: sooyeon.kim --- client/tts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tts.c b/client/tts.c index 5ca6f36..911d044 100644 --- a/client/tts.c +++ b/client/tts.c @@ -1040,6 +1040,7 @@ int tts_add_text(tts_h tts, const char* text, const char* language, int voice_ty if (0 == g_max_text_size) { if (strlen(text) <= 0) { + SLOG(LOG_DEBUG, TAG_TTSC, "[DEBUG] Max Text Size is %d", g_max_text_size); SLOG(LOG_ERROR, TAG_TTSC, "[ERROR] Input text size is invalid. (max text size is unlimited.)"); SLOG(LOG_DEBUG, TAG_TTSC, "====="); SLOG(LOG_DEBUG, TAG_TTSC, " "); -- 2.7.4