aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 74e1b28a..3e382d3a 100644
--- a/driver.c
+++ b/driver.c
@@ -1108,7 +1108,7 @@ static int do_session(
&ctl->remotename) == -1)
{
set_timeout(0);
- report(stderr, GT_("SSL connection failed.\n"));
+ report(stderr, "%s: %s", ctl->sslcommonname ? ctl->sslcommonname : realhost, GT_("SSL connection failed.\n"));
err = PS_SOCKET;
goto cleanUp;
}