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 d15e93ce63..4e254c3ada 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -1003,7 +1003,7 @@ tor_tls_renegotiate(tor_tls_t *tls) return TOR_TLS_DONE; } else return tor_tls_get_error(tls, r, CATCH_SYSCALL|CATCH_ZERO, - "renegotiating handshake", LOG_WARN); + "renegotiating handshake", LOG_INFO); } /** Shut down an open tls connection <b>tls</b>. When finished, returns |