Skip to content

Commit

Permalink
#2438 reduce noise on already exists not found for handles
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed May 8, 2018
1 parent 09598df commit d7e1e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public boolean isHandleRegistered(String handle){
response = resolver.processRequest(req);
} catch (HandleException ex) {
logger.info("Caught exception trying to process lookup request");
ex.printStackTrace();
logger.info(ex.getLocalizedMessage());
}
if((response!=null && response.responseCode==AbstractMessage.RC_SUCCESS)) {
logger.info("Handle "+handle+" registered.");
Expand Down

0 comments on commit d7e1e87

Please sign in to comment.