gtls: don't print double newline after certificate dates

This commit is contained in:
Alessandro Ghedini 2015-03-10 00:31:05 +01:00 committed by Daniel Stenberg
parent 3a757fddbb
commit a6a264ef2c
1 changed files with 1 additions and 1 deletions

View File

@ -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,