summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-08-08 16:14:54 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-08-08 16:14:54 +0200
commit02734b011499cebc763b6700072a4df2abb5afb4 (patch)
tree2e71c882ea7610a0e9a2a53a207dbe002a8ce83e
parent96d14a91ce56150040d9c21cdce381cedc4c2518 (diff)
apt-pkg/acquire-item.cc: add more debug output
-rw-r--r--apt-pkg/acquire-item.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index ebd8d5a12..9313c4b47 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -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)
{