1
0
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:
Christian Muehlhaeuser 2013-04-26 14:01:48 +02:00
parent 31f95e24cf
commit cd5d1eefd1

View File

@ -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 )
{