1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Added debug output to endIndexing.

This commit is contained in:
Christian Muehlhaeuser
2014-09-15 15:28:46 +02:00
parent 54836c8c48
commit 02ae04be06

View File

@@ -139,6 +139,7 @@ FuzzyIndex::beginIndexing()
void
FuzzyIndex::endIndexing()
{
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Finishing indexing:" << m_lucenePath;
m_luceneWriter->optimize();
m_luceneWriter->close();
delete m_luceneWriter;