From 9738197653b293d2e495a5df26615919b383df49 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 2 Dec 2013 09:28:46 -0800 Subject: [PATCH] Differentiate between connection attempts. --- src/protocols/ssh/ssh_client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protocols/ssh/ssh_client.c b/src/protocols/ssh/ssh_client.c index a23cef29..289401d2 100644 --- a/src/protocols/ssh/ssh_client.c +++ b/src/protocols/ssh/ssh_client.c @@ -392,6 +392,7 @@ void* ssh_client_thread(void* data) { if (client_data->enable_sftp) { /* Create SSH session specific for SFTP */ + guac_client_log_info(client, "Reconnecting for SFTP..."); client_data->sftp_ssh_session = __guac_ssh_create_session(client); /* Request SFTP */