1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Update: Added useful logging in case report xml database has been loaded

This commit is contained in:
Philipp Schafft 2018-06-08 15:18:44 +00:00
parent c1c5bd02e3
commit d6a9530238

View File

@ -2100,6 +2100,7 @@ static void _parse_paths(xmlDocPtr doc,
ICECAST_LOG_ERROR("Can not parse report xml database \"%H\"", temp);
} else {
reportxml_database_add_report(configuration->reportxml_db, report);
ICECAST_LOG_INFO("File \"%H\" added to report xml database", temp);
}
}
xmlFree(temp);