diff --git a/src/cfgfile.c b/src/cfgfile.c index 361de81d..dc1feb43 100644 --- a/src/cfgfile.c +++ b/src/cfgfile.c @@ -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);