mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-08 09:04:29 +01: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()
|
||||
# poll returns None if process hasn't exited.
|
||||
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))
|
||||
|
||||
while 1:
|
||||
|
Loading…
Reference in New Issue
Block a user