mirror of
https://github.com/curl/curl.git
synced 2026-07-28 06:33:06 +03:00
CURLOPT_MUTE and data->bits.mute are history, removed, gone!
This commit is contained in:
parent
94af496ac4
commit
fe82ddda46
3 changed files with 3 additions and 7 deletions
|
|
@ -142,11 +142,6 @@ void Curl_failf(struct UrlData *data, char *fmt, ...)
|
|||
va_start(ap, fmt);
|
||||
if(data->errorbuffer)
|
||||
vsnprintf(data->errorbuffer, CURL_ERROR_SIZE, fmt, ap);
|
||||
else if(!data->bits.mute) {
|
||||
/* no errorbuffer receives this, write to data->err instead */
|
||||
vfprintf(data->err, fmt, ap);
|
||||
fprintf(data->err, "\n");
|
||||
}
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue