mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-22 00:42:04 +02:00
Debug spam++
This commit is contained in:
parent
2cc476332b
commit
7f91aefb3a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user