Skip to content
Snippets Groups Projects
Commit cb25b1a5 authored by Emmanuel Lepage's avatar Emmanuel Lepage
Browse files

Fix "unregistered account" bug (I hope so)

parent c0851bcb
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ Account* AccountList::firstRegisteredAccount() const ...@@ -106,7 +106,7 @@ Account* AccountList::firstRegisteredAccount() const
return current; return current;
} }
else { else {
qDebug() << "Account " << current->getAccountId() << " is not registered"; qDebug() << "Account " << current->getAccountId() << " is not registered (" << current->getAccountDetail(ACCOUNT_STATUS) << ")";
} }
} }
return NULL; return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment