Skip to content

Commit

Permalink
Fix log exception
Browse files Browse the repository at this point in the history
  • Loading branch information
laozhp committed Oct 23, 2022
1 parent 5877a88 commit 49ed44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiomysql/connection.py
Expand Up @@ -1010,7 +1010,7 @@ async def sha256_password_auth(self, pkt):
if pkt.is_extra_auth_data():
self.server_public_key = pkt._data[1:]
logger.debug(
"Received public key:\n",
"Received public key:\n%s",
self.server_public_key.decode('ascii')
)

Expand Down

0 comments on commit 49ed44a

Please sign in to comment.