[generator] Add countries_meta.txt read log

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-09-02 11:58:37 +07:00
parent a5744d3107
commit c04bce9026

View File

@@ -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);