mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-30 04:22:18 -05:00
added proxy logging, removed test function in KeybaseLib
This commit is contained in:
parent
489ddc41cd
commit
2a003a6f6c
@ -233,7 +233,8 @@ public class HkpKeyserver extends Keyserver {
|
|||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
throw new QueryFailedException("Keyserver '" + mHost + "' is unavailable. Check your Internet connection!");
|
throw new QueryFailedException("Keyserver '" + mHost + "' is unavailable. Check your Internet connection!" +
|
||||||
|
proxy == null?"":" Using proxy " + proxy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
extern/KeybaseLib
vendored
2
extern/KeybaseLib
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 187caa13d766fc92fa26b704183f6aebeb029f9e
|
Subproject commit 22f44ec0bf5d6fba9a41d846b7d188bf900b7b3b
|
Loading…
Reference in New Issue
Block a user