diff --git a/src/libtomahawk/database/Database.cpp b/src/libtomahawk/database/Database.cpp index a0643178a..e1a58c6f5 100644 --- a/src/libtomahawk/database/Database.cpp +++ b/src/libtomahawk/database/Database.cpp @@ -170,7 +170,7 @@ Database::enqueue( const QSharedPointer& 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 ); }