added proxy logging, removed test function in KeybaseLib

This commit is contained in:
Adithya Abraham Philip
2015-07-03 20:46:15 +05:30
parent bde187b9bf
commit bf2d9eda7c
2 changed files with 3 additions and 2 deletions
@@ -232,7 +232,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);
}
}