From 5bb2449f9dff58b2c33528ea165f3f07d5c27768 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 9 Nov 2009 18:29:39 +0100 Subject: [PATCH] Added some extra debugging --- src/modest-tny-account-store.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 1d9edae..9a610d0 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -697,6 +697,7 @@ get_password (TnyAccount *account, const gchar * prompt_not_used, gboolean *canc if (settings_have_password) { if (pwd) { + g_debug ("%s: going to show the dialog. Attempt count is %d", __FUNCTION__, attempt->count); /* The password must be wrong, so show the account settings dialog so it can be corrected: */ show_wrong_password_dialog (account, TRUE); -- 1.7.9.5