aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-04 16:11:35 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-04 16:11:35 +0000
commit12cc290a7d1496b9cbc4359fe81b99dbba55122b (patch)
tree4f959b914597590f3c6fd9ff56697bd0e8857e4a /src/common
parentd52f31428682d2d1a37e168ade5174e3a6b93b9f (diff)
downloadtor-12cc290a7d1496b9cbc4359fe81b99dbba55122b.tar
tor-12cc290a7d1496b9cbc4359fe81b99dbba55122b.tar.gz
ok, i'm not allowed to say that there. oh well.
svn:r6720
Diffstat (limited to 'src/common')
-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 482a66da6..623f46045 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -531,7 +531,7 @@ tor_tls_handshake(tor_tls_t *tls)
}
r = tor_tls_get_error(tls,r,0, "handshaking", LOG_INFO);
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");
return TOR_TLS_ERROR;
}