mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
The progess meter title get an extra output when a resumed transfer is
taking place
This commit is contained in:
parent
62fec1d28d
commit
c8a546c941
@ -203,6 +203,9 @@ int Curl_pgrsUpdate(struct UrlData *data)
|
||||
even when not displayed! */
|
||||
else if(!(data->progress.flags & PGRS_HEADERS_OUT)) {
|
||||
if (!data->progress.callback) {
|
||||
if(data->resume_from)
|
||||
fprintf(data->err, "** Resuming transfer from byte position %d\n",
|
||||
data->resume_from);
|
||||
fprintf(data->err,
|
||||
" %% Total %% Received %% Xferd Average Speed Time Curr.\n"
|
||||
" Dload Upload Total Current Left Speed\n");
|
||||
|
Loading…
Reference in New Issue
Block a user