mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -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) {
|
} else if (error instanceof Keyserver.TooManyResponsesException) {
|
||||||
AppMsg.makeText(getActivity(), R.string.error_keyserver_too_many_responses,
|
AppMsg.makeText(getActivity(), R.string.error_keyserver_too_many_responses,
|
||||||
AppMsg.STYLE_ALERT).show();
|
AppMsg.STYLE_ALERT).show();
|
||||||
|
} else if (error instanceof Keyserver.QueryException) {
|
||||||
|
Log.d(Constants.TAG, "Key server query failed: " + error.getLocalizedMessage());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user