Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
54ba86d9
Commit
54ba86d9
authored
Sep 21, 2009
by
Roger Dingledine
Browse files
downgrade a log severity, since this event has been known
to happen and there's nothing the user can do about it
parent
3ddd7212
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/rendclient.c
View file @
54ba86d9
...
...
@@ -91,9 +91,9 @@ rend_client_send_introduction(origin_circuit_t *introcirc,
}
});
if
(
!
intro_key
)
{
/* XXX022 Karsten: should this t
ur
n
int
o a log_info, a la bug 1073? */
log_warn
(
LD_BUG
,
"Internal error: c
ould not find intro key; we "
"
only have a
v2 rend desc with %d intro points."
,
log_info
(
LD_REND
,
"O
ur int
roduction point knowledge changed in "
"mid-connect! C
ould 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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment