]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a trivial log message error in renservice.c
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Jan 2012 17:21:04 +0000 (12:21 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Jan 2012 17:21:04 +0000 (12:21 -0500)
Fixes bug 4856; bugfix on 0.0.6

This bug was introduced in 79fc5217, back in 2004.

changes/bug4856 [new file with mode: 0644]
src/or/rendservice.c

diff --git a/changes/bug4856 b/changes/bug4856
new file mode 100644 (file)
index 0000000..fa284a0
--- /dev/null
@@ -0,0 +1,3 @@
+  o Trivial bugfixes
+    - Fix a typo in a log message in rend_service_rendezvous_has_opened().
+      Fixes bug 4856; bugfix on Tor 0.0.6.
index 25695c5e68cf6b5859874f75d64e94dc598b41c7..bb3aacd9243222b5de015ec59cc8fb35bd4729a5 100644 (file)
@@ -1564,7 +1564,7 @@ rend_service_rendezvous_has_opened(origin_circuit_t *circuit)
                 circuit->rend_data->rend_pk_digest);
   if (!service) {
     log_warn(LD_GENERAL, "Internal error: unrecognized service ID on "
-             "introduction circuit.");
+             "rendezvous circuit.");
     reason = END_CIRC_REASON_INTERNAL;
     goto err;
   }