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 bde187b9bf
commit bf2d9eda7c
2 changed files with 3 additions and 2 deletions

View File

@@ -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);
}
}