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:
committed by
Michael Zanetti
parent
d829389e4e
commit
3adeee4140
@@ -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() )
|
||||
{
|
||||
|
@@ -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 );
|
||||
|
Reference in New Issue
Block a user