Slob: Add some log message

This commit is contained in:
Abs62 2015-01-24 22:06:39 +03:00
parent 0912df7cb5
commit 60a14d26ff

View file

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