aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch/fetch.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-07-21 14:21:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-07-21 14:21:29 +0000
commit32190ef51f116fbe4732e3088a69e9a82b6bc18c (patch)
tree19139092c016e879a5dbd2b8cb3a87e26c2da303 /usr.bin/fetch/fetch.c
parent75bc7bff6e21d77d21a62ab30ca2af2503ed5d31 (diff)
downloadsrc-32190ef51f116fbe4732e3088a69e9a82b6bc18c.tar.gz
src-32190ef51f116fbe4732e3088a69e9a82b6bc18c.zip
Don't print summary in quiet mode.
Notes
Notes: svn path=/head/; revision=63720
Diffstat (limited to 'usr.bin/fetch/fetch.c')
-rw-r--r--usr.bin/fetch/fetch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index fd97d5c1c681..cc49b9fd4044 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -154,6 +154,9 @@ stat_end(struct xferstat *xs)
{
double delta;
double bps;
+
+ if (!v_level)
+ return;
gettimeofday(&xs->end, NULL);