mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Added missing space to fix output
This commit is contained in:
parent
37150fe020
commit
4c57532e7b
@ -1009,7 +1009,7 @@ static void _parse_root(xmlDocPtr doc,
|
||||
if (!configuration->admin ||
|
||||
strcmp(configuration->admin, CONFIG_DEFAULT_ADMIN) == 0) {
|
||||
ICECAST_LOG_WARN("Warning, <admin> contact not configured, using "
|
||||
"default value \"%s\". This breaks YP directory listings."
|
||||
"default value \"%s\". This breaks YP directory listings. "
|
||||
"YP directory support will be disabled.", CONFIG_DEFAULT_ADMIN);
|
||||
/* FIXME actually disable YP */
|
||||
if (!configuration->admin)
|
||||
|
Loading…
Reference in New Issue
Block a user