1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 18:14:50 +02:00

more debug

This commit is contained in:
Jeff Mitchell
2011-05-28 10:24:35 -04:00
parent 840e877456
commit 52b7465cf6

View File

@@ -120,6 +120,8 @@ InfoSystem::~InfoSystem()
qDebug() << Q_FUNC_INFO << " cache not deleted"; qDebug() << Q_FUNC_INFO << " cache not deleted";
TomahawkUtils::Sleep::msleep( 50 ); TomahawkUtils::Sleep::msleep( 50 );
} }
qDebug() << Q_FUNC_INFO << " cache deleted, telling cache thread controller to quit";
if ( m_infoSystemCacheThreadController ) if ( m_infoSystemCacheThreadController )
m_infoSystemCacheThreadController->quit(); m_infoSystemCacheThreadController->quit();