1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 12:31:52 +02:00

* Added vital debug info in comment.

This commit is contained in:
Christian Muehlhaeuser 2014-09-05 10:19:24 +02:00
parent 79ae3d9211
commit ba8e572964

View File

@ -307,6 +307,12 @@ SpotifyAccount::authenticate()
}
else if ( m_spotifyResolver.isNull() || manualResolverRemoved )
{
/* Mon Sep 1 2014 - 02:03:56 [8]: void Tomahawk::Accounts::AccountManager::hookupAndEnable(Tomahawk::Accounts::Account*, bool)
Mon Sep 1 2014 - 02:03:56 [8]: Spotify account authenticating...
Mon Sep 1 2014 - 02:03:56 [1]: virtual void Tomahawk::Accounts::SpotifyAccount::authenticate() "spotify-linux-x64" true false true
Mon Sep 1 2014 - 02:03:56 [8]: Got null resolver but asked to authenticate, so installing if we have one from attica: false "" */
tDebug() << Q_FUNC_INFO << s_resolverId << m_spotifyResolver.isNull() << manualResolverRemoved << AtticaManager::instance()->resolversLoaded();
tLog( LOGVERBOSE ) << "Got null resolver but asked to authenticate, so installing if we have one from attica:" << res.isValid() << res.id();
if ( res.isValid() && !res.id().isEmpty() )
AtticaManager::instance()->installResolver( res, false );