mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Use tDebug() when printing out a clucene error.
This commit is contained in:
@@ -206,7 +206,7 @@ FuzzyIndex::search( const QString& table, const QString& name )
|
|||||||
}
|
}
|
||||||
catch( CLuceneError& error )
|
catch( CLuceneError& error )
|
||||||
{
|
{
|
||||||
qDebug() << "Caught CLucene error:" << error.what();
|
tDebug() << "Caught CLucene error:" << error.what();
|
||||||
Q_ASSERT( false );
|
Q_ASSERT( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user