mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Use tDebug() when printing out a clucene error.
This commit is contained in:
parent
82a2ff900b
commit
7cd51a6108
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user