From 59db31902c87dc321d8747eae49ac7f996afa204 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 28 Oct 2010 15:47:57 -0700 Subject: Removed a leftover mention of FTP in an error message --- lib/pingpong.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/pingpong.c b/lib/pingpong.c index 876a6a215..bced110ed 100644 --- a/lib/pingpong.c +++ b/lib/pingpong.c @@ -362,7 +362,7 @@ CURLcode Curl_pp_readresp(curl_socket_t sockfd, else if(gotbytes <= 0) { keepon = FALSE; result = CURLE_RECV_ERROR; - failf(data, "FTP response reading failed"); + failf(data, "response reading failed"); } else { /* we got a whole chunk of data, which can be anything from one -- cgit v1.2.3