diff --git a/src/AccountList.cpp b/src/AccountList.cpp
index 9519faf9cabb433a1693685f8fe8bedfaa5388ef..22dd7a8f12928258747841f41f722372c01271ca 100644
--- a/src/AccountList.cpp
+++ b/src/AccountList.cpp
@@ -106,7 +106,7 @@ Account* AccountList::firstRegisteredAccount() const
          return current;
       }
       else {
-         qDebug() << "Account " << current->getAccountId() << " is not registered";
+         qDebug() << "Account " << current->getAccountId() << " is not registered (" << current->getAccountDetail(ACCOUNT_STATUS) << ")";
       }
    }
    return NULL;