We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e0f0c commit 0c90e58Copy full SHA for 0c90e58
redshift_connector/core.py
@@ -662,7 +662,7 @@ def get_calling_module() -> str:
662
self._usock.sendall(ii_pack(8, 80877103))
663
resp: bytes = self._usock.recv(1)
664
if resp != b"S":
665
- _logger.debug("Server response code when attempting to establish ssl connection: $s", resp)
+ _logger.debug("Server response code when attempting to establish ssl connection: %s", resp)
666
raise InterfaceError("Server refuses SSL")
667
668
if sslmode == "verify-ca":
0 commit comments