mirror of
https://github.com/etesync/android
synced 2025-03-25 03:45:46 +00:00
Fix typo in error message.
This commit is contained in:
parent
83c11a22d7
commit
25759a4e86
@ -89,7 +89,7 @@ public class LocalContactImportFragment extends Fragment {
|
||||
, null, null,
|
||||
ContactsContract.RawContacts.ACCOUNT_NAME + " ASC, " + ContactsContract.RawContacts.ACCOUNT_TYPE);
|
||||
} catch (Exception except) {
|
||||
Log.w(TAG, "Calendar provider is missing columns, continuing anyway");
|
||||
Log.w(TAG, "Addressbook provider is missing columns, continuing anyway");
|
||||
|
||||
except.printStackTrace();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user