mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Update: Added useful logging in case report xml database has been loaded
This commit is contained in:
parent
c1c5bd02e3
commit
d6a9530238
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user