Skip to content

Commit

Permalink
Add log message of connected key
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jul 4, 2019
1 parent fdfb99d commit 07d35c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
@@ -1,7 +1,7 @@
## master

* Skip merging PeerInfo entries, really not needed
* Adding support for host_uri in configs
* Adding support for host_uri in configs. See https://wiki.snowblossom.org/index.php/ConfigOption/node_uri

## 1.5.1

Expand Down
1 change: 1 addition & 0 deletions lib/src/tls/SnowTrustManagerFactorySpi.java
Expand Up @@ -171,6 +171,7 @@ public void checkServerTrusted(X509Certificate[] chain, String authType)
throw new CertificateException(e);
}
logger.log(Level.FINER, "Certificate checks out");
logger.info("Connected to TLS server with key: " + AddressUtil.getAddressString(Globals.NODE_ADDRESS_STRING, found_claim));

}
@Override
Expand Down

0 comments on commit 07d35c8

Please sign in to comment.