]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
downgrade a log severity, since this event has been known tor-0.2.2.2-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 21 Sep 2009 07:32:28 +0000 (03:32 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 21 Sep 2009 07:32:28 +0000 (03:32 -0400)
to happen and there's nothing the user can do about it

src/or/rendclient.c

index 35fa58ff5d581aa1e03b1f85ac52fabf2b1db112..0ade46807cf14c32ed8c6ade7ac079d06db5dede 100644 (file)
@@ -91,9 +91,9 @@ rend_client_send_introduction(origin_circuit_t *introcirc,
     }
   });
   if (!intro_key) {
-    /* XXX022 Karsten: should this turn into a log_info, a la bug 1073? */
-    log_warn(LD_BUG, "Internal error: could not find intro key; we "
-             "only have a v2 rend desc with %d intro points.",
+    log_info(LD_REND, "Our introduction point knowledge changed in "
+             "mid-connect! Could not find intro key; we only have a "
+             "v2 rend desc with %d intro points. Giving up.",
              smartlist_len(entry->parsed->intro_nodes));
     goto err;
   }