forked from organicmaps/organicmaps-tmp
Adding log for building transit section.
This commit is contained in:
parent
e7ed984eed
commit
bc7e14b34c
1 changed files with 1 additions and 0 deletions
|
@ -622,6 +622,7 @@ void ProcessGraph(string const & mwmPath, TCountryId const & countryId,
|
|||
void BuildTransit(string const & mwmDir, TCountryId const & countryId,
|
||||
string const & osmIdToFeatureIdsPath, string const & transitDir)
|
||||
{
|
||||
LOG(LINFO, ("Building transit section for", countryId));
|
||||
Platform::FilesList graphFiles;
|
||||
Platform::GetFilesByExt(my::AddSlashIfNeeded(transitDir), TRANSIT_FILE_EXTENSION, graphFiles);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue