Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
d6a95302
Commit
d6a95302
authored
Jun 08, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Added useful logging in case report xml database has been loaded
parent
c1c5bd02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/cfgfile.c
src/cfgfile.c
+1
-0
No files found.
src/cfgfile.c
View file @
d6a95302
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment