MFC: (1.6) turn on libfetch debugging if -v was specified

This commit is contained in:
des 2006-07-22 06:02:57 +00:00
parent c4b45a827d
commit 1b1a23adb8

View File

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