1
0
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:
Christian Muehlhaeuser 2013-02-24 16:05:43 +01:00
parent 1f4e010764
commit 05e89b0323

View File

@ -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 );
}