From bc7e14b34cad4f1b5d0fb4e110ba16fc04ac3b15 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 30 Nov 2017 15:52:31 +0300 Subject: [PATCH] Adding log for building transit section. --- generator/transit_generator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/generator/transit_generator.cpp b/generator/transit_generator.cpp index 36c6fa4617..aac06ceb73 100644 --- a/generator/transit_generator.cpp +++ b/generator/transit_generator.cpp @@ -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);