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>2012-07-24 03:08:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:30 +0300
commit2a5f6bcc14ec1901c37303aad8d94e51b097fb68 (patch)
tree74bf217146c26ba5a10e79e62b5fd10d11cd1d4f /publisher
parent376ca70169ea8ff61dfda00419fce633936a95df (diff)
[sloynik] Log number of articles found.
Diffstat (limited to 'publisher')
-rw-r--r--publisher/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/publisher/main.cpp b/publisher/main.cpp
index 62472c1505..108803d1a4 100644
--- a/publisher/main.cpp
+++ b/publisher/main.cpp
@@ -80,6 +80,7 @@ void IndexJson(sl::SlofIndexer & indexer)
}
}
}
+ LOG(LINFO, ("Articles found:", articles.size()));
LOG(LINFO, ("Sorting list of articles."));
sort(articles.begin(), articles.end());