Fix dlog level
[platform/core/uifw/tts.git] / common / tts_config_parser.c
index e8cf3db..24cf091 100644 (file)
@@ -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);