mirror of
https://github.com/tmate-io/tmate.git
synced 2025-03-10 13:08:30 +01: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…
Reference in New Issue
Block a user