summaryrefslogtreecommitdiff
path: root/src/transparent-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/transparent-proxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transparent-proxy.c b/src/transparent-proxy.c
index b089030..a1ecb7a 100644
--- a/src/transparent-proxy.c
+++ b/src/transparent-proxy.c
@@ -112,7 +112,8 @@ do_transparent_proxy (struct conn_s *connptr, hashmap_t hashofheaders,
connptr->client_fd);
indicate_http_error (connptr, 400, "Bad Request",
"detail",
- "You tried to connect to the machine the proxy is running on",
+ "You tried to connect to the machine "
+ "the proxy is running on",
"url", url, NULL);
return 0;
}