mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-05 20:23:48 +00:00
[generator] Add countries_meta.txt read log
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -67,6 +67,7 @@ bool ReadRegionDataImpl(std::string const & countryName, RegionData & data)
|
||||
|
||||
try
|
||||
{
|
||||
LOG(LINFO, ("Reading and parsing ", COUNTRIES_META_FILE));
|
||||
auto reader = GetPlatform().GetReader(COUNTRIES_META_FILE);
|
||||
std::string buffer;
|
||||
reader->ReadAsString(buffer);
|
||||
|
||||
Reference in New Issue
Block a user