mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
opt: log message
This commit is contained in:
parent
87ae7899ae
commit
b9e19fdd35
|
@ -41,7 +41,7 @@ void Indexing::run()
|
|||
QFuture< void > const f = QtConcurrent::run( [ this, &sem, &dictionary ]() {
|
||||
QSemaphoreReleaser const _( sem );
|
||||
const QString & dictionaryName = QString::fromUtf8( dictionary->getName().c_str() );
|
||||
qDebug() << "[FULLTEXT] make fts for the dictionary:" << dictionaryName;
|
||||
qDebug() << "[FULLTEXT] checking fts for the dictionary:" << dictionaryName;
|
||||
emit sendNowIndexingName( dictionaryName );
|
||||
dictionary->makeFTSIndex( isCancelled, false );
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue