SSH log level is tweakable with -v

This commit is contained in:
Nicolas Viennot 2013-06-14 23:58:08 -04:00
parent 7316ed33e1
commit 632553bdc9

View File

@ -79,7 +79,7 @@ static void on_session_event(struct tmate_ssh_client *client)
char *hash_str;
int match;
int verbosity = SSH_LOG_RARE;
int verbosity = SSH_LOG_NOLOG + debug_level;
int port = TMATE_PORT;
ssh_session session = client->session;