1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +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
FuzzyIndex::wipeIndex()
{
tLog( LOGVERBOSE ) << "Wiping fuzzy index...";
tLog( LOGVERBOSE ) << "Wiping fuzzy index:" << m_lucenePath;
beginIndexing();
endIndexing();