diff --git a/lib/sendf.c b/lib/sendf.c index 147ecbfa53..6943fa84e0 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -593,7 +593,7 @@ static CURLcode chop_write(struct connectdata *conn, return pausewrite(data, type, ptr, len); } if(wrote != chunklen) { - failf(data, "Failed writing body (%zu != %zu)", wrote, chunklen); + failf(data, "Failure writing output to destination"); return CURLE_WRITE_ERROR; } }