1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

* Use tDebug().

This commit is contained in:
Christian Muehlhaeuser 2013-04-26 09:10:36 +02:00
parent 7b4c025b2a
commit 8d64785f0d

View File

@ -52,7 +52,7 @@ DatabaseCommand_Resolve::exec( DatabaseImpl* lib )
if ( !m_query->resultHint().isEmpty() )
{
qDebug() << "Using result-hint to speed up resolving:" << m_query->resultHint();
tDebug() << "Using result-hint to speed up resolving:" << m_query->resultHint();
Tomahawk::result_ptr result = lib->resultFromHint( m_query );
if ( !result.isNull() && ( result->collection().isNull() || result->collection()->source()->isOnline() ) )