Commit 15ce4b24 authored by Wayne Davison's avatar Wayne Davison

Output the progress message as FCLIENT instead of FINFO.

parent c5260884
......@@ -105,7 +105,7 @@ static void rprint_progress(OFF_T ofs, OFF_T size, struct timeval *now,
stats.num_files);
} else
strcpy(eol, "\r");
rprintf(FINFO, "%12s %3d%% %7.2f%s %4d:%02d:%02d%s",
rprintf(FCLIENT, "%12s %3d%% %7.2f%s %4d:%02d:%02d%s",
human_num(ofs), pct, rate, units,
remain_h, remain_m, remain_s, eol);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment