mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 04:41:36 +02:00
More debug for chris
This commit is contained in:
@@ -104,6 +104,7 @@ InfoSystem::~InfoSystem()
|
|||||||
TomahawkUtils::Sleep::msleep( 50 );
|
TomahawkUtils::Sleep::msleep( 50 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qDebug() << Q_FUNC_INFO << " worker thread controller finished, deleting worker";
|
||||||
delete m_infoSystemWorkerThreadController;
|
delete m_infoSystemWorkerThreadController;
|
||||||
m_infoSystemWorkerThreadController = 0;
|
m_infoSystemWorkerThreadController = 0;
|
||||||
}
|
}
|
||||||
@@ -131,12 +132,13 @@ InfoSystem::~InfoSystem()
|
|||||||
TomahawkUtils::Sleep::msleep( 50 );
|
TomahawkUtils::Sleep::msleep( 50 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qDebug() << Q_FUNC_INFO << " cache thread controller finished, deleting cache";
|
||||||
delete m_infoSystemCacheThreadController;
|
delete m_infoSystemCacheThreadController;
|
||||||
m_infoSystemCacheThreadController = 0;
|
m_infoSystemCacheThreadController = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << Q_FUNC_INFO << " done deleting cache";
|
qDebug() << Q_FUNC_INFO << " done deleting cache, exiting";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user