From d6a95302384bca5f900111b81ca3401655b6e981 Mon Sep 17 00:00:00 2001
From: Philipp Schafft <lion@lion.leolix.org>
Date: Fri, 8 Jun 2018 15:18:44 +0000
Subject: [PATCH] Update: Added useful logging in case report xml database has
 been loaded

---
 src/cfgfile.c | 1 +
 1 file changed, 1 insertion(+)

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);