mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
Log error message when switching local storage provider fails.
This commit is contained in:
parent
4aaabddfa5
commit
7e824fc748
@ -683,6 +683,8 @@ public class Account implements BaseAccount {
|
|||||||
switchLocalStorage(id);
|
switchLocalStorage(id);
|
||||||
successful = true;
|
successful = true;
|
||||||
} catch (MessagingException e) {
|
} catch (MessagingException e) {
|
||||||
|
Log.e(K9.LOG_TAG, "Switching local storage provider from " +
|
||||||
|
mLocalStorageProviderId + " to " + id + " failed.", e);
|
||||||
} finally {
|
} finally {
|
||||||
// if migration to/from SD-card failed once, it will fail again.
|
// if migration to/from SD-card failed once, it will fail again.
|
||||||
if (!successful) {
|
if (!successful) {
|
||||||
|
Loading…
Reference in New Issue
Block a user