Browse Source

ok, i'm not allowed to say that there. oh well.

svn:r6720
Roger Dingledine 18 years ago
parent
commit
12cc290a7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/tortls.c

+ 1 - 1
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;
   }