mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
Turn on libfetch debugging if -v was specified on the command line.
MFC after: 2 weeks
This commit is contained in:
parent
42f2307385
commit
9f0e376ac7
@ -111,6 +111,7 @@ fileGetURL(const char *base, const char *spec, int keep_package)
|
||||
}
|
||||
}
|
||||
|
||||
fetchDebug = (Verbose > 0);
|
||||
if ((ftp = fetchGetURL(fname, Verbose ? "v" : NULL)) == NULL) {
|
||||
printf("Error: FTP Unable to get %s: %s\n",
|
||||
fname, fetchLastErrString);
|
||||
|
Loading…
Reference in New Issue
Block a user