diff options
Diffstat (limited to 'src/inputStream_http.c')
-rw-r--r-- | src/inputStream_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c index a2b343c6f..259680e75 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -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; |