mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Better debug
This commit is contained in:
@@ -646,7 +646,7 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
|
||||
}
|
||||
else
|
||||
{
|
||||
tDebug() << "Upgrade error:" << serializer.errorMessage();
|
||||
tDebug() << "Upgrade error: cannot serialize credentials to JSON for account" << account;
|
||||
}
|
||||
|
||||
j->setTextData( data );
|
||||
|
@@ -189,7 +189,7 @@ CredentialsManager::setCredentials( const CredentialsStorageKey& csKey, const QV
|
||||
}
|
||||
else
|
||||
{
|
||||
tDebug() << "Cannot serialize credentials for writing:" << serializer.errorMessage();
|
||||
tDebug() << "Cannot serialize credentials for writing" << csKey.key();
|
||||
}
|
||||
|
||||
wj->setTextData( data );
|
||||
|
Reference in New Issue
Block a user