From ab9df938980f8ec88bb6df4bc10789b62f75ff93 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 15 Jun 2018 15:52:04 -0700 Subject: [PATCH] IRCNetwork: more consistent log format when remote certfp is verified --- classes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes.py b/classes.py index 6940b9d..dff3883 100644 --- a/classes.py +++ b/classes.py @@ -1656,7 +1656,7 @@ class IRCNetwork(PyLinkNetworkCoreWithUtils): 'match the one configured (%s: %r)' % (hashtype, fp, hashtype, expected_fp)) else: log.info('(%s) Uplink TLS/SSL certificate fingerprint ' - '(%s) verified: %r', self.name, hashtype, fp) + 'verified (%s: %r)', self.name, hashtype, fp) else: log.info('(%s) Uplink\'s TLS/SSL certificate fingerprint (%s) ' 'is %r. You can enhance the security of your '