if (SigFile == "")
{
// There was no signature file, so we are finished. Download
- // the indexes and do hashsum verification
+ // the indexes and do only hashsum verification
MetaIndexParser->Load(DestFile);
QueueIndexes(true);
}
{
std::cerr << "Queueing: " << (*Target)->URI << std::endl;
std::cerr << "Expected Hash: " << ExpectedIndexHash.toStr() << std::endl;
+ std::cerr << "For: " << Record->MetaKeyFilename << std::endl;
}
if (ExpectedIndexHash.empty() == true && (*Target)->IsOptional() == false)
{