From 60a14d26ff1ab069f1a98ecf68158bc8b41f9f79 Mon Sep 17 00:00:00 2001 From: Abs62 Date: Sat, 24 Jan 2015 22:06:39 +0300 Subject: [PATCH] Slob: Add some log message --- slob.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slob.cc b/slob.cc index 9e5a4262..78067eb8 100644 --- a/slob.cc +++ b/slob.cc @@ -1201,6 +1201,8 @@ vector< sptr< Dictionary::Class > > makeDictionaries( { SlobFile sf; + gdDebug( "Slob: Building the index for dictionary: %s\n", i->c_str() ); + sf.open( firstName ); initializing.indexingDictionary( sf.getDictionaryName().toUtf8().constData() );