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
David Goulet
Tor
Commits
1d61b542
Commit
1d61b542
authored
Nov 08, 2007
by
Roger Dingledine
Browse files
make the complaints about missing v2hidserv directories quieter,
at least until we're *supposed* to have any of them. svn:r12431
parent
e12cf299
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/or/directory.c
View file @
1d61b542
...
...
@@ -3166,7 +3166,8 @@ directory_get_from_hs_dir(const char *desc_id, const char *query)
tor_assert
(
strlen
(
query
)
==
REND_SERVICE_ID_LEN
);
/* Determine responsible dirs. */
if
(
hid_serv_get_responsible_directories
(
responsible_dirs
,
desc_id
)
<
0
)
{
log_warn
(
LD_REND
,
"Could not determine the responsible hidden service "
/* XXX020 make this louder once we have some v2hidservs */
log_info
(
LD_REND
,
"Could not determine the responsible hidden service "
"directories to fetch descriptors."
);
smartlist_free
(
responsible_dirs
);
return
;
...
...
src/or/routerlist.c
View file @
1d61b542
...
...
@@ -4471,7 +4471,8 @@ hid_serv_get_responsible_directories(smartlist_t *responsible_dirs,
i
=
0
;
}
while
(
i
!=
start
);
log_warn
(
LD_REND
,
"We don't have enough hidden service directories to "
/* XXX020 make this louder once we have some v2hidservs */
log_info
(
LD_REND
,
"We don't have enough hidden service directories to "
"perform v2 rendezvous operations!"
);
return
-
1
;
}
...
...
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