1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00

Don't print summary in quiet mode.

This commit is contained in:
Dag-Erling Smørgrav 2000-07-21 14:21:29 +00:00
parent 75bc7bff6e
commit 32190ef51f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63720

View File

@ -155,6 +155,9 @@ stat_end(struct xferstat *xs)
double delta;
double bps;
if (!v_level)
return;
gettimeofday(&xs->end, NULL);
stat_display(xs, 1);