aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-08 13:06:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-08 13:06:08 +0000
commitee337309cfa6d224fc9e01a6c0b2523c28860950 (patch)
tree7991a1f59c960c5c53d611182a3337cc638a675e /lib
parent437afe07672c567df46d804b777dd8303d066d23 (diff)
better human error message when a FTP response can't be read
Diffstat (limited to 'lib')
-rw-r--r--lib/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 8c6f465eb..c66f75142 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -306,7 +306,7 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
else if(gotbytes <= 0) {
keepon = FALSE;
result = CURLE_RECV_ERROR;
- failf(data, "Connection aborted");
+ failf(data, "FTP response reading failed");
}
else {
/* we got a whole chunk of data, which can be anything from one