summaryrefslogtreecommitdiff
path: root/ftparchive/cachedb.cc
diff options
context:
space:
mode:
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;