aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index fb2286f3b..210214d07 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;
}