mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 12:19:30 +00:00
Don't print summary in quiet mode.
This commit is contained in:
parent
75bc7bff6e
commit
32190ef51f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63720
@ -154,6 +154,9 @@ stat_end(struct xferstat *xs)
|
||||
{
|
||||
double delta;
|
||||
double bps;
|
||||
|
||||
if (!v_level)
|
||||
return;
|
||||
|
||||
gettimeofday(&xs->end, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user