Skip to content

Commit

Permalink
Fix an info message
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzekatze committed Jan 20, 2021
1 parent c19d596 commit c099f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RResolver/BloomFilters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ buildFilters(
std::cerr << "Vanilla Bloom filter memory = " << bytesToSI(bloomBytesVanilla)
<< '\n';
std::cerr << "Spaced seeds Bloom filter memory = "
<< bytesToSI(bloomBytesSpacedSeeds / 8) << '\n';
<< bytesToSI(bloomBytesSpacedSeeds) << '\n';
} else {
std::cerr << "Vanilla Bloom filter memory = " << bytesToSI(bloomBytesVanilla)
<< '\n';
Expand Down

0 comments on commit c099f52

Please sign in to comment.