mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +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 )
|
||||
{
|
||||
qDebug() << "Caught CLucene error:" << error.what();
|
||||
tDebug() << "Caught CLucene error:" << error.what();
|
||||
Q_ASSERT( false );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user