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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user