mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
* Log database commands in verbose mode.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user