mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Fix error message
This commit is contained in:
parent
864124f4c0
commit
a75e70f86b
@ -146,7 +146,7 @@ static void on_session_event(struct tmate_ssh_client *client)
|
||||
case SSH_AGAIN:
|
||||
return;
|
||||
case SSH_ERROR:
|
||||
tmate_debug("Error opening session: %s", ssh_get_error(session));
|
||||
tmate_debug("Error opening channel: %s", ssh_get_error(session));
|
||||
reconnect_session(client);
|
||||
return;
|
||||
case SSH_OK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user