mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
ok, i'm not allowed to say that there. oh well.
svn:r6720
This commit is contained in:
parent
d52f314286
commit
12cc290a7d
@ -531,7 +531,7 @@ tor_tls_handshake(tor_tls_t *tls)
|
|||||||
}
|
}
|
||||||
r = tor_tls_get_error(tls,r,0, "handshaking", LOG_INFO);
|
r = tor_tls_get_error(tls,r,0, "handshaking", LOG_INFO);
|
||||||
if (ERR_peek_error() != 0) {
|
if (ERR_peek_error() != 0) {
|
||||||
tls_log_errors(tls->isServer ? LOG_PROTOCOL_WARN : LOG_WARN,
|
tls_log_errors(tls->isServer ? LOG_INFO : LOG_WARN,
|
||||||
"handshaking");
|
"handshaking");
|
||||||
return TOR_TLS_ERROR;
|
return TOR_TLS_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user