From 989490d76a9fb90f134fba024640810736c6bd19 Mon Sep 17 00:00:00 2001 From: Vivek Sekar Date: Wed, 27 Aug 2008 07:27:03 +0000 Subject: [PATCH 1/1] Merged fix for bug 86112 from trunk pmo-diablo-r5372 --- 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 f655ded..bed758f 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -1171,6 +1171,7 @@ modest_tny_account_store_alert (TnyAccountStore *self, retval = TRUE; } + g_debug ("%s: error code %d (%s", __FUNCTION__, error->code, error->message); if (prompt) g_free (prompt); -- 1.7.9.5