1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Debug spam++

This commit is contained in:
Teo Mrnjavac
2013-06-20 15:22:59 +02:00
committed by Michael Zanetti
parent d829389e4e
commit 3adeee4140
2 changed files with 2 additions and 1 deletions

View File

@@ -622,6 +622,7 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
tDebug() << "beginGroup" << QString( "accounts/%1" ).arg( account );
beginGroup( QString( "accounts/%1" ).arg( account ) );
const QVariantHash creds = value( "credentials" ).toHash();
tDebug() << creds;
if ( !creds.isEmpty() )
{

View File

@@ -141,7 +141,7 @@ CredentialsManager::keychainJobFinished( QKeychain::Job* j )
}
else
{
tDebug() << "QtKeychain readJob finished with error:" << j->error() << j->errorString();
tDebug() << "QtKeychain readJob for" << readJob->key() << "finished with error:" << j->error() << j->errorString();
}
m_readJobs.removeOne( readJob );