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");