Adding log for building transit section.

This commit is contained in:
Vladimir Byko-Ianko 2017-11-30 15:52:31 +03:00 committed by Tatiana Yan
parent e7ed984eed
commit bc7e14b34c

View file

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