diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-10-28 15:47:57 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-10-28 15:47:57 -0700 |
commit | 59db31902c87dc321d8747eae49ac7f996afa204 (patch) | |
tree | 6471552a7ec3925d7cfeffa67b0d15f763ac17d9 | |
parent | c36b00a16631e665c83464dca029a5c57285be30 (diff) |
Removed a leftover mention of FTP in an error message
-rw-r--r-- | lib/pingpong.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |