From cb25b1a5a8736fb55905e9e31ff81a252105e5a1 Mon Sep 17 00:00:00 2001
From: Emmanuel Lepage <emmanuel.lepage@savoirfairelinux.com>
Date: Fri, 23 Sep 2011 15:24:07 -0400
Subject: [PATCH] Fix "unregistered account" bug (I hope so)

---
 src/AccountList.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AccountList.cpp b/src/AccountList.cpp
index 9519faf9..22dd7a8f 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;
-- 
GitLab