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
path: root/words
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-26 00:40:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:58 +0300
commit74df0fb84bc00bc39ef78b68335c4c62fb1ccc29 (patch)
treea24082dbbc425d1aafd40d962b050e9254e40672 /words
parenteac9e540475a9695395abb0e9c4bf5af29153983 (diff)
Fixed logging output and LOG_SHORT macro
Diffstat (limited to 'words')
-rw-r--r--words/sloynik_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/words/sloynik_engine.cpp b/words/sloynik_engine.cpp
index 379a65ba7f..73377fdc37 100644
--- a/words/sloynik_engine.cpp
+++ b/words/sloynik_engine.cpp
@@ -45,7 +45,7 @@ sl::SloynikEngine::SloynikEngine(string const & dictionary,
needIndexBuild = true;
}
- LOG(LINFO, ("Started sloynik engine. Words in the dictionary:", m_pDictionary->KeyCount()));
+ LOG(LDEBUG, ("Started sloynik engine. Words in the dictionary:", m_pDictionary->KeyCount()));
// Uncomment to always rebuild the index: needIndexBuild = true;
if (needIndexBuild)