Commit 02bca6ae authored by Andreas Fenkart's avatar Andreas Fenkart Committed by andreas.fenkart
Browse files

metering: add note about archive removal

Showing with 1 addition and 1 deletion
+1 -1
......@@ -561,7 +561,7 @@ bool MeteringImpl::recreateDeadArchives(const std::vector<ArchiveId>& archiveIds
for (const auto& archiveId : archiveIds) {
if (m_archives->withoutUpdates(archiveId)) {
DS_WARNING("Metering DB ", m_archives->filename(archiveId), " is out of date. removing ");
m_archives->create(archiveId);
m_archives->create(archiveId); // bogus, file is not removed, TODO add unit test to verify
restartCached = true;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment