1
0
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:
Christian Muehlhaeuser
2012-01-11 10:30:10 +01:00
parent 82a2ff900b
commit 7cd51a6108

View File

@@ -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 );
} }