From 4c57532e7b67ae64f39a1c563a64416b2e1f6c4b Mon Sep 17 00:00:00 2001 From: "Thomas B. Ruecker" Date: Wed, 10 Feb 2016 08:15:16 +0000 Subject: [PATCH] Added missing space to fix output --- src/cfgfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgfile.c b/src/cfgfile.c index 58d8ee4d..f8fde5de 100644 --- a/src/cfgfile.c +++ b/src/cfgfile.c @@ -1009,7 +1009,7 @@ static void _parse_root(xmlDocPtr doc, if (!configuration->admin || strcmp(configuration->admin, CONFIG_DEFAULT_ADMIN) == 0) { ICECAST_LOG_WARN("Warning, 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)