1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 03:24:15 +02:00

Update text to say what's actually going on

This commit is contained in:
Jeff Mitchell
2011-05-28 10:01:33 -04:00
parent 86f35ae304
commit 02c1cfe14e

View File

@@ -116,7 +116,7 @@ InfoSystem::~InfoSystem()
QMetaObject::invokeMethod( m_cache.data(), "deleteLater", Qt::QueuedConnection );
while( !m_cache.isNull() )
{
qDebug() << Q_FUNC_INFO << " worker not deleted";
qDebug() << Q_FUNC_INFO << " cache not deleted";
TomahawkUtils::Sleep::msleep( 50 );
}
@@ -127,7 +127,7 @@ InfoSystem::~InfoSystem()
{
while( !m_infoSystemCacheThreadController->isFinished() )
{
qDebug() << Q_FUNC_INFO << " worker thread controller not finished";
qDebug() << Q_FUNC_INFO << " cache thread controller not finished";
TomahawkUtils::Sleep::msleep( 50 );
}