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 c1b171f5..1e80c2b8 100644
--- a/driver.c
+++ b/driver.c
@@ -1675,7 +1675,7 @@ const int maxfetch; /* maximum number of messages to fetch */
verification. We may want to make this configurable */
if (ctl->use_ssl && SSLOpen(mailserver_socket,ctl->sslkey,ctl->sslcert,realhost) == -1)
{
- report(stderr, "SSL connection failed.");
+ report(stderr, "SSL connection failed.\n");
goto closeUp;
}
#endif