summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-04-16 16:34:01 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-04-16 16:34:01 +0200
commitc62f7898b6f37b8e4b076ae3c40d56d22a884efe (patch)
tree1dbf7c5b5c1dcbe32cb3982a3325b349a7283d8e /apt-pkg/acquire-item.cc
parent1dca8dc55c1fcf4bda07a7e8285de7f225448697 (diff)
add Debug::acquire::progress debug option and fixme for index file loading with the correct extension
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-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 d5f8b0cc9..834362b84 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -963,6 +963,7 @@ pkgAcqIndex::pkgAcqIndex(pkgAcquire *Owner, IndexTarget const *Target,
else
Verify = true;
+ // FIXME: use the appropriate compression Extension
// load the filesize
indexRecords::checkSum *Record = MetaIndexParser->Lookup(string(Target->MetaKey));
if(Record)