aboutsummaryrefslogtreecommitdiff
path: root/src/inputStream_http.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-08-27 21:03:22 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-08-27 21:03:22 +0000
commit8d89add8e78d32b14df151e4b2825545b9be3e45 (patch)
tree101a14f1cbc8de2cb7345f8ad2030e5e0e3879e6 /src/inputStream_http.c
parentf18e52417639518545ebce3649f3ce3450bcb01c (diff)
adding \n to a bunch of error message strings
git-svn-id: https://svn.musicpd.org/mpd/trunk@6826 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputStream_http.c')
-rw-r--r--src/inputStream_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c
index a2b343c6..259680e7 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;