mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 08:21:54 +02:00
* Log database commands in verbose mode.
This commit is contained in:
parent
1f4e010764
commit
05e89b0323
@ -170,7 +170,7 @@ Database::enqueue( const QSharedPointer<DatabaseCommand>& lc )
|
||||
happyWorker = workerThread.data()->worker();
|
||||
}
|
||||
|
||||
// tDebug( LOGVERBOSE ) << "Enqueueing command to thread:" << happyThread << busyThreads << lc->commandname();
|
||||
tDebug( LOGVERBOSE ) << "Enqueueing command to thread:" << happyWorker << busyThreads << lc->commandname();
|
||||
Q_ASSERT( happyWorker );
|
||||
happyWorker.data()->enqueue( lc );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user