mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 00:35:08 -05:00
Add Log.d for QueryFailedException
This commit is contained in:
parent
dfd5aa65a5
commit
1ff3962acc
@ -292,6 +292,8 @@ public class ImportKeysListFragment extends ListFragment implements
|
||||
} else if (error instanceof Keyserver.TooManyResponsesException) {
|
||||
AppMsg.makeText(getActivity(), R.string.error_keyserver_too_many_responses,
|
||||
AppMsg.STYLE_ALERT).show();
|
||||
} else if (error instanceof Keyserver.QueryException) {
|
||||
Log.d(Constants.TAG, "Key server query failed: " + error.getLocalizedMessage());
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user