From: Alessandro Ghedini Date: Mon, 9 Mar 2015 23:31:05 +0000 (+0100) Subject: gtls: don't print double newline after certificate dates X-Git-Tag: curl-7_42_0~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a264ef2cdda1537e8a2a6c50ca9a81153d11d0;p=curl gtls: don't print double newline after certificate dates --- diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c index 2cc6ac410..cbaeb707b 100644 --- a/lib/vtls/gtls.c +++ b/lib/vtls/gtls.c @@ -211,7 +211,7 @@ static void showtime(struct SessionHandle *data, snprintf(data->state.buffer, BUFSIZE, - "\t %s: %s, %02d %s %4d %02d:%02d:%02d GMT\n", + "\t %s: %s, %02d %s %4d %02d:%02d:%02d GMT", text, Curl_wkday[tm->tm_wday?tm->tm_wday-1:6], tm->tm_mday,