From 00eaf202988bc36d235bbecb1facc72372ea14f9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Sep 2000 12:55:38 +0000 Subject: bugfixed the proxytunnel --- lib/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index fba4b80cb..c835b1313 100644 --- a/lib/http.c +++ b/lib/http.c @@ -146,7 +146,7 @@ CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket, int httperror=0; int subversion=0; - infof(data, "Establish HTTP proxy tunnel\n"); + infof(data, "Establish HTTP proxy tunnel to %s:%d\n", hostname, remote_port); /* OK, now send the connect statment */ sendf(tunnelsocket, data, -- cgit v1.2.3