summaryrefslogtreecommitdiff
path: root/ftparchive/cachedb.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-04-04 15:36:42 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-04-04 15:36:42 +0200
commit0a3b93fc3da95c5cbeb18b2d92738cbd50e95d83 (patch)
tree898ba69919e3abf774e847d9b6be0e8a3886dd98 /ftparchive/cachedb.cc
parentce928105d7279c5604f034740b04dc6a745fb859 (diff)
add test for binary cachedb and contents generation
Diffstat (limited to 'ftparchive/cachedb.cc')
-rw-r--r--ftparchive/cachedb.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc
index a63b5b9d9..f6cbad668 100644
--- a/ftparchive/cachedb.cc
+++ b/ftparchive/cachedb.cc
@@ -349,6 +349,7 @@ bool CacheDB::LoadContents(bool const &GenOnly)
return false;
}
+ Stats.Misses++;
if (Contents.Read(*DebFile) == false)
return false;