mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* More debug output.
This commit is contained in:
@@ -112,7 +112,7 @@ FuzzyIndex::beginIndexing()
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Starting indexing.";
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Starting indexing:" << m_lucenePath;
|
||||||
if ( m_luceneReader != 0 )
|
if ( m_luceneReader != 0 )
|
||||||
{
|
{
|
||||||
tDebug( LOGVERBOSE ) << "Deleting old lucene stuff.";
|
tDebug( LOGVERBOSE ) << "Deleting old lucene stuff.";
|
||||||
|
Reference in New Issue
Block a user