Connection: Improve logging text

This commit is contained in:
Sam 2022-01-19 22:28:27 +08:00
parent 0fa3115d32
commit 053ec738e7
Signed by: sam01101
GPG Key ID: 42D7B6D13FF5E611

View File

@ -71,7 +71,7 @@ class Connection:
))
break
else:
log.warning("Connection failed! Trying again...")
log.warning("Connection failed! Retrying...")
raise TimeoutError
def close(self):