aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-09-17 01:58:39 -0400
committerRoger Dingledine <arma@torproject.org>2009-09-17 01:58:39 -0400
commitb02b11c4b4dda362eb692e6b278f2855edd1e658 (patch)
tree9e99c1800d31a1c6bb213475af2a370c53d6b5b7 /src/or/rendclient.c
parentee89061ef29dfd6df7057eadbad4a491548f622c (diff)
downloadtor-b02b11c4b4dda362eb692e6b278f2855edd1e658.tar.gz
tor-b02b11c4b4dda362eb692e6b278f2855edd1e658.zip
a mish-mash of stuff in my sandbox
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index fc8d05b6ad..35fa58ff5d 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -91,6 +91,7 @@ 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.",
smartlist_len(entry->parsed->intro_nodes));