MFC: (1.6) turn on libfetch debugging if -v was specified
This commit is contained in:
parent
c4b45a827d
commit
1b1a23adb8
@ -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