mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-19 23:41:51 +02:00
* Turn down verbosity a notch.
This commit is contained in:
parent
31f95e24cf
commit
cd5d1eefd1
@ -319,7 +319,8 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
|
||||
void
|
||||
Pipeline::addResultsToQuery( const query_ptr& query, const QList< result_ptr >& results )
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << query->toString() << results.count();
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << query->toString() << results.count();
|
||||
|
||||
QList< result_ptr > cleanResults;
|
||||
foreach ( const result_ptr& r, results )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user