mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
irc: fix spacing in certificate fingerprint logging
This commit is contained in:
parent
7f5bc52152
commit
b6889fb097
@ -243,7 +243,7 @@ class Irc():
|
|||||||
'(%s) verified: %r', self.name, hashtype,
|
'(%s) verified: %r', self.name, hashtype,
|
||||||
fp)
|
fp)
|
||||||
else:
|
else:
|
||||||
log.info('(%s) Uplink\'s SSL certificate fingerprint (%s)'
|
log.info('(%s) Uplink\'s SSL certificate fingerprint (%s) '
|
||||||
'is %r. You can enhance the security of your '
|
'is %r. You can enhance the security of your '
|
||||||
'link by specifying this in a "ssl_fingerprint"'
|
'link by specifying this in a "ssl_fingerprint"'
|
||||||
' option in your server block.', self.name,
|
' option in your server block.', self.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user