From: sooyeon.kim Date: Wed, 28 Jun 2017 09:43:43 +0000 (+0900) Subject: Fix dlog level X-Git-Tag: accepted/tizen/unified/20170717.021112~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Ftts.git;a=commitdiff_plain;h=483b9c122175916fb58d416f569731f3ec5bdf28 Fix dlog level Change-Id: Idd1cce212ca9c66f377f4f9000ad0455fd7fbe0b Signed-off-by: sooyeon.kim --- diff --git a/common/tts_config_parser.c b/common/tts_config_parser.c index e8cf3db..24cf091 100644 --- a/common/tts_config_parser.c +++ b/common/tts_config_parser.c @@ -228,7 +228,7 @@ int tts_parser_get_engine_info(const char* path, tts_engine_info_s** engine_info xmlFreeDoc(doc); doc = NULL; - if (NULL == temp->name || NULL == temp->uuid) { + if (NULL == temp->uuid) { /* Invalid engine */ SECURE_SLOG(LOG_ERROR, tts_tag(), "[ERROR] Invalid engine : %s", path); tts_parser_free_engine_info(temp);