mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Only log dtors in verbose mode.
This commit is contained in:
@@ -114,7 +114,7 @@ Query::Query( const QString& query, const QID& qid )
|
|||||||
|
|
||||||
Query::~Query()
|
Query::~Query()
|
||||||
{
|
{
|
||||||
tDebug() << Q_FUNC_INFO << toString();
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << toString();
|
||||||
|
|
||||||
QMutexLocker lock( &m_mutex );
|
QMutexLocker lock( &m_mutex );
|
||||||
m_ownRef.clear();
|
m_ownRef.clear();
|
||||||
|
@@ -91,7 +91,7 @@ Track::Track( const QString& artist, const QString& track, const QString& album,
|
|||||||
|
|
||||||
Track::~Track()
|
Track::~Track()
|
||||||
{
|
{
|
||||||
tDebug() << Q_FUNC_INFO << toString();
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user