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() );