diff options
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index fb2286f3b5..210214d072 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -922,7 +922,7 @@ tor_tls_handshake(tor_tls_t *tls) } tls->wasV2Handshake = 1; log_debug(LD_NET, "Completed V2 TLS handshake with client; waiting " - "for renegotiation.")); + "for renegotiation."); } else { tls->wasV2Handshake = 0; } |