mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Slob: Add some log message
This commit is contained in:
parent
0912df7cb5
commit
60a14d26ff
2
slob.cc
2
slob.cc
|
@ -1201,6 +1201,8 @@ vector< sptr< Dictionary::Class > > makeDictionaries(
|
||||||
{
|
{
|
||||||
SlobFile sf;
|
SlobFile sf;
|
||||||
|
|
||||||
|
gdDebug( "Slob: Building the index for dictionary: %s\n", i->c_str() );
|
||||||
|
|
||||||
sf.open( firstName );
|
sf.open( firstName );
|
||||||
|
|
||||||
initializing.indexingDictionary( sf.getDictionaryName().toUtf8().constData() );
|
initializing.indexingDictionary( sf.getDictionaryName().toUtf8().constData() );
|
||||||
|
|
Loading…
Reference in a new issue