[generator] Add comment to the output, when printing statistics.

This commit is contained in:
Yury Melnichek 2014-08-04 19:05:01 +03:00 committed by Alex Zolotarev
parent aaa20cb50a
commit ab858ef012

View file

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