]> git.saurik.com Git - apt.git/commitdiff
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 ebd8d5a12344ade6a4e980b6fd833bccf6c15c15..9313c4b47f7f44dfef3f87233a5085cae762bad3 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)
            {