1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

* Log which fuzzy index gets wiped.

This commit is contained in:
Christian Muehlhaeuser
2014-09-15 00:32:46 +02:00
parent 6afbdaef25
commit f75505c674

View File

@@ -88,7 +88,7 @@ FuzzyIndex::~FuzzyIndex()
bool bool
FuzzyIndex::wipeIndex() FuzzyIndex::wipeIndex()
{ {
tLog( LOGVERBOSE ) << "Wiping fuzzy index..."; tLog( LOGVERBOSE ) << "Wiping fuzzy index:" << m_lucenePath;
beginIndexing(); beginIndexing();
endIndexing(); endIndexing();