Skip to content

Commit 4c57532

Browse files
committed
Added missing space to fix output
1 parent 37150fe commit 4c57532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfgfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ static void _parse_root(xmlDocPtr doc,
10091009
if (!configuration->admin ||
10101010
strcmp(configuration->admin, CONFIG_DEFAULT_ADMIN) == 0) {
10111011
ICECAST_LOG_WARN("Warning, <admin> contact not configured, using "
1012-
"default value \"%s\". This breaks YP directory listings."
1012+
"default value \"%s\". This breaks YP directory listings. "
10131013
"YP directory support will be disabled.", CONFIG_DEFAULT_ADMIN);
10141014
/* FIXME actually disable YP */
10151015
if (!configuration->admin)

0 commit comments

Comments
 (0)