aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-12-09 15:07:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-12-09 15:07:26 +0000
commit62f6d0b88e74bd52c19c72e6630fb63e847fbb30 (patch)
tree9468843f9e33917e1144c208f6ea7b24bbc53828
parent3c4b4d83f72d0faf442da5a6e80bfeee91947063 (diff)
Notes
-rw-r--r--usr.bin/fetch/fetch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index 5b838692972e..6d886228ad83 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -291,6 +291,8 @@ fetch(char *URL, const char *path)
/* common flags */
if (v_level > 1)
strcat(flags, "v");
+ if (v_level > 2)
+ fetchDebug = 1;
switch (family) {
case PF_INET:
strcat(flags, "4");