projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d14a9
)
apt-pkg/acquire-item.cc: add more debug output
author
Michael Vogt
<michael.vogt@ubuntu.com>
Mon, 8 Aug 2011 14:14:54 +0000
(16:14 +0200)
committer
Michael Vogt
<michael.vogt@ubuntu.com>
Mon, 8 Aug 2011 14:14:54 +0000
(16:14 +0200)
apt-pkg/acquire-item.cc
patch
|
blob
|
blame
|
history
diff --git
a/apt-pkg/acquire-item.cc
b/apt-pkg/acquire-item.cc
index ebd8d5a12344ade6a4e980b6fd833bccf6c15c15..9313c4b47f7f44dfef3f87233a5085cae762bad3 100644
(file)
--- 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)
{