Skip to content

Commit 4fc4548

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b3f5142 commit 4fc4548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy/core/ssh/listener.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def start_port_forward(self, remote_addr: 'HostPort') -> None:
103103
handler=self.handler.on_connection,
104104
)
105105
self.forwarded.add(remote_addr)
106-
logger.debug("%s:%d forwarding successful..." % remote_addr)
106+
logger.debug('%s:%d forwarding successful...' % remote_addr)
107107

108108
def stop_port_forward(self, remote_addr: 'HostPort') -> None:
109109
assert self.transport is not None
@@ -128,7 +128,7 @@ def setup(self) -> None:
128128
auth_timeout=7,
129129
)
130130
logger.debug(
131-
"SSH connection established to %s:%d..."
131+
'SSH connection established to %s:%d...'
132132
% (
133133
self.flags.tunnel_hostname,
134134
self.flags.tunnel_port,

0 commit comments

Comments
 (0)