mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-19 15:31:59 +02:00
Better debug
This commit is contained in:
parent
3444068677
commit
f6c2140f39
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user