Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2014-08-04 20:05:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:23:16 +0300
commitab858ef012065cdc65df88594f1f5320ce360b09 (patch)
tree1926f7dec586d798ac1a12c2af2dfd823e6e6323 /generator/statistics.cpp
parentaaa20cb50a394295ecff15d3a294fa9b2b83eed8 (diff)
[generator] Add comment to the output, when printing statistics.
Diffstat (limited to 'generator/statistics.cpp')
-rw-r--r--generator/statistics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/statistics.cpp b/generator/statistics.cpp
index 4ba7dfffba..339e1796d6 100644
--- a/generator/statistics.cpp
+++ b/generator/statistics.cpp
@@ -28,6 +28,7 @@ namespace stats
tags.push_back(HEADER_FILE_TAG);
tags.push_back(DATA_FILE_TAG);
+ cout << "Geometry zoom levels: ";
for (size_t i = 0; i < header.GetScalesCount(); ++i)
{
cout << header.GetScale(i) << " ";