1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

Make compile

This commit is contained in:
Teo Mrnjavac
2013-09-10 14:40:43 +02:00
parent 1e13e6b2a6
commit 5175b83d69

View File

@@ -107,7 +107,7 @@ CredentialsManager::loadCredentials( const QString &service )
SLOT( keychainJobFinished( QKeychain::Job* ) ) );
m_readJobs[ service ] << j;
j->start();
tDebug() << "Launching OSX-specific QtKeychain readJob for" << key;
tDebug() << "Launching OSX-specific QtKeychain readJob for" << OSX_SINGLE_KEY;
}
else
{