X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/20e6965ad6388b964b59b89c31ff8b81cbcb8f8c..124dc1e996aedc0494fa67a5414b6239f1b24646:/cmdline/apt-get.cc diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index c8c3ca56b..0cea05cb3 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -673,7 +673,7 @@ static bool DoDownload(CommandLine &CmdL) { pkgAcquire::UriIterator I = Fetcher.UriBegin(); for (; I != Fetcher.UriEnd(); ++I) - cout << '\'' << I->URI << "' " << flNotDir(I->Owner->DestFile) << ' ' << + cout << '\'' << I->URI << "' " << flNotDir(I->Owner->DestFile) << ' ' << I->Owner->FileSize << ' ' << I->Owner->HashSum() << endl; return true; }