adding \n to a bunch of error message strings
git-svn-id: https://svn.musicpd.org/mpd/trunk@6826 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -81,7 +81,7 @@ void inputStream_initHttp(void)
|
||||
param = getConfigParam(CONF_HTTP_PROXY_PORT);
|
||||
|
||||
if (!param) {
|
||||
FATAL("%s specified but not %s", CONF_HTTP_PROXY_HOST,
|
||||
FATAL("%s specified but not %s\n", CONF_HTTP_PROXY_HOST,
|
||||
CONF_HTTP_PROXY_PORT);
|
||||
}
|
||||
proxyPort = param->value;
|
||||
|
||||
Reference in New Issue
Block a user