mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-15 06:48:36 +02:00
Add missing space in client ssh error message
This commit is contained in:
parent
4deee45bc6
commit
512a3a8d96
@ -552,7 +552,7 @@ def _main(tcp_listener, udp_listener, fw, ssh_cmd, remotename,
|
|||||||
rv = serverproc.poll()
|
rv = serverproc.poll()
|
||||||
# poll returns None if process hasn't exited.
|
# poll returns None if process hasn't exited.
|
||||||
if rv is not None:
|
if rv is not None:
|
||||||
raise Fatal('ssh connection to server (pid %d) exited'
|
raise Fatal('ssh connection to server (pid %d) exited '
|
||||||
'with returncode %d' % (serverproc.pid, rv))
|
'with returncode %d' % (serverproc.pid, rv))
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user