mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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();
|
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 );
|
Q_ASSERT( happyWorker );
|
||||||
happyWorker.data()->enqueue( lc );
|
happyWorker.data()->enqueue( lc );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user