forked from organicmaps/organicmaps
[generator] Add total address number logging.
This commit is contained in:
parent
e23e6e0138
commit
9949124c92
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ void BuildAddressTable(FilesContainerR & container, Writer & writer, uint32_t th
|
|||
double matchedPercent = 100;
|
||||
if (address > 0)
|
||||
matchedPercent = 100.0 * (1.0 - static_cast<double>(missing) / static_cast<double>(address));
|
||||
LOG(LINFO, ("Address: Matched percent", matchedPercent));
|
||||
LOG(LINFO, ("Address: Matched percent", matchedPercent, "Total:", address, "Missing:", missing));
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue