We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37150fe commit 4c57532Copy full SHA for 4c57532
src/cfgfile.c
@@ -1009,7 +1009,7 @@ static void _parse_root(xmlDocPtr doc,
1009
if (!configuration->admin ||
1010
strcmp(configuration->admin, CONFIG_DEFAULT_ADMIN) == 0) {
1011
ICECAST_LOG_WARN("Warning, <admin> contact not configured, using "
1012
- "default value \"%s\". This breaks YP directory listings."
+ "default value \"%s\". This breaks YP directory listings. "
1013
"YP directory support will be disabled.", CONFIG_DEFAULT_ADMIN);
1014
/* FIXME actually disable YP */
1015
if (!configuration->admin)
0 commit comments