From 2a5f6bcc14ec1901c37303aad8d94e51b097fb68 Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Tue, 24 Jul 2012 01:08:33 +0200 Subject: [PATCH] [sloynik] Log number of articles found. --- publisher/main.cpp | 1 + 1 file changed, 1 insertion(+) 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());