commit bd6674468571d2fe306a9b14e53245de51f4133a Author: Jacob Appelbaum jacob@appelbaum.net Date: Wed Oct 30 17:54:39 2013 +0100
Add missing \n --- src/tlsdate-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index 311d374..dc65c77 100644 --- a/src/tlsdate-helper.c +++ b/src/tlsdate-helper.c @@ -328,7 +328,7 @@ read_http_date_from_bio(BIO *bio, uint32_t *result) return 0; buf_len += n; buf[buf_len] = 0; - verb("V: read %d bytes.", n, buf); + verb("V: read %d bytes.\n", n, buf);
dateline = memmem(buf, buf_len, "\r\nDate: ", 8); if (NULL == dateline)
tor-commits@lists.torproject.org