Fix typo in error message.

tmp
Tom Hacohen 6 years ago
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…
Cancel
Save