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