diff --git a/src/com/fsck/k9/Account.java b/src/com/fsck/k9/Account.java index cf8a9be84..f7c58ecb4 100644 --- a/src/com/fsck/k9/Account.java +++ b/src/com/fsck/k9/Account.java @@ -683,6 +683,8 @@ public class Account implements BaseAccount { switchLocalStorage(id); successful = true; } catch (MessagingException e) { + Log.e(K9.LOG_TAG, "Switching local storage provider from " + + mLocalStorageProviderId + " to " + id + " failed.", e); } finally { // if migration to/from SD-card failed once, it will fail again. if (!successful) {