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

Debug spam++

This commit is contained in:
Teo Mrnjavac
2013-05-23 15:22:14 +02:00
committed by Michael Zanetti
parent 2d8ca57fee
commit 3f7c08fdb8

View File

@@ -661,7 +661,7 @@ AccountModel::accountAdded( Account* account )
// Ok, just a plain resolver. add it at the end
if ( ResolverAccount* resolver = qobject_cast< ResolverAccount* >( account ) )
{
qDebug() << "Plain old manual resolver added, appending at end";
qDebug() << "Plain old manual resolver added, appending at end" << resolver->accountId() << resolver->accountServiceName() << resolver->accountFriendlyName();
if ( !m_waitingForAtticaLoaded )
Q_ASSERT( qobject_cast< AtticaResolverAccount* >( account ) == 0 ); // should NOT get attica accounts here, should be caught above
const int count = m_accounts.size();