apt-pkg/acquire-item.cc: add more debug output
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 8 Aug 2011 14:14:54 +0000 (16:14 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 8 Aug 2011 14:14:54 +0000 (16:14 +0200)
apt-pkg/acquire-item.cc

index ebd8d5a..9313c4b 100644 (file)
@@ -1397,6 +1397,7 @@ void pkgAcqMetaIndex::QueueIndexes(bool verify)                           /*{{{*/
            {
               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)
            {