From 02c1cfe14e10784dbedf8183a6dfa3df24472ffe Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sat, 28 May 2011 10:01:33 -0400 Subject: [PATCH] Update text to say what's actually going on --- src/libtomahawk/infosystem/infosystem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/infosystem/infosystem.cpp b/src/libtomahawk/infosystem/infosystem.cpp index d05eb603b..f8657fece 100644 --- a/src/libtomahawk/infosystem/infosystem.cpp +++ b/src/libtomahawk/infosystem/infosystem.cpp @@ -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 ); }