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:
parent
7b4c025b2a
commit
8d64785f0d
@ -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() ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user