Added some extra debugging
authorSergio Villar Senin <svillar@igalia.com>
Mon, 9 Nov 2009 17:29:39 +0000 (18:29 +0100)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 9 Nov 2009 17:29:39 +0000 (18:29 +0100)
src/modest-tny-account-store.c

index 1d9edae..9a610d0 100644 (file)
@@ -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);