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

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