Fix the issue of buffer overflow
[platform/core/multimedia/mmsvc-core.git] / server / src / muse_server_config.c
index f8def81..4e51b18 100644 (file)
@@ -181,6 +181,8 @@ static int _ms_config_parser(ms_config_t *conf)
                g_free(key);
        }
 
+       LOGI("host #%d", conf->host_cnt);
+
        free(hosts);
        return MM_ERROR_NONE;