added proxy logging, removed test function in KeybaseLib

This commit is contained in:
Adithya Abraham Philip 2015-06-16 15:15:39 +05:30
parent 489ddc41cd
commit 2a003a6f6c
2 changed files with 3 additions and 2 deletions

View File

@ -233,7 +233,8 @@ public class HkpKeyserver extends Keyserver {
}
} catch (IOException e) {
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

@ -1 +1 @@
Subproject commit 187caa13d766fc92fa26b704183f6aebeb029f9e
Subproject commit 22f44ec0bf5d6fba9a41d846b7d188bf900b7b3b