diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-08 16:14:54 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-08 16:14:54 +0200 |
commit | 02734b011499cebc763b6700072a4df2abb5afb4 (patch) | |
tree | 2e71c882ea7610a0e9a2a53a207dbe002a8ce83e /apt-pkg/acquire-item.cc | |
parent | 96d14a91ce56150040d9c21cdce381cedc4c2518 (diff) |
apt-pkg/acquire-item.cc: add more debug output
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 1 |
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) { |