diff --git a/src/libtomahawk/infosystem/infosystem.cpp b/src/libtomahawk/infosystem/infosystem.cpp index 7fb85274b..b938f4ad6 100644 --- a/src/libtomahawk/infosystem/infosystem.cpp +++ b/src/libtomahawk/infosystem/infosystem.cpp @@ -120,6 +120,8 @@ InfoSystem::~InfoSystem() qDebug() << Q_FUNC_INFO << " cache not deleted"; TomahawkUtils::Sleep::msleep( 50 ); } + + qDebug() << Q_FUNC_INFO << " cache deleted, telling cache thread controller to quit"; if ( m_infoSystemCacheThreadController ) m_infoSystemCacheThreadController->quit();