Преглед изворни кода

be less noisy about complaining when a jap client tries to connect
and we refuse him.


svn:r3472

Roger Dingledine пре 21 година
родитељ
комит
5d8659429e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/or/connection_or.c

+ 1 - 1
src/or/connection_or.c

@@ -345,7 +345,7 @@ connection_tls_finish_handshake(connection_t *conn) {
   connection_watch_events(conn, EV_READ);
   log_fn(LOG_DEBUG,"tls handshake done. verifying.");
   if (! tor_tls_peer_has_cert(conn->tls)) {
-    log_fn(LOG_WARN,"Peer didn't send a cert! Closing.");
+    log_fn(LOG_INFO,"Peer didn't send a cert! Closing.");
     /* XXX we should handle this case rather than just closing. */
     return -1;
   }