Remove unnecessary newline characters from the error log

This commit is contained in:
Teruteru 2021-12-13 20:19:08 +09:00
parent ef2d005957
commit 0133fe7907
No known key found for this signature in database
GPG Key ID: CBEB9600540FCA36

View File

@ -1,4 +1,4 @@
"""
"""
Some shared functions
.. deprecated:: 0.6.3
@ -139,7 +139,7 @@ def reloadMyAddressHashes():
else:
logger.error(
'Error in reloadMyAddressHashes: Can\'t handle'
' address versions other than 2, 3, or 4.\n'
' address versions other than 2, 3, or 4.'
)
if not keyfileSecure: