Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Set the v flag for libfetch at the highest debug levels
John W. O'Brien committed 10 years ago
commit 54f665298293dc73d1f8bacf087f29fe0b491550
parent 2782ce1
1 file changed +3 -0
modified libpkg/fetch.c
@@ -572,6 +572,9 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
				sbuf_cat(fetchOpts, "6");
		}

+
        if (debug_level >= 4)
+
            sbuf_cat(fetchOpts, "v");
+

		pkg_debug(1,"Fetch: fetching from: %s://%s%s%s%s with opts \"%s\"",
		    u->scheme,
		    u->user,