Skip to content
Snippets Groups Projects
Commit 85778dc9 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'dgoulet/bug23861_032_01' into maint-0.3.2

parents 3a364309 380a9511
No related branches found
No related tags found
No related merge requests found
o Minor bugfixes (logging, relay):
- Suppress a log notice when relay descriptors arrive. We already have a
bootstrap progress for this so no need to log notice everytime tor
receives relay descriptors. Microdescriptors behave the same. Fixes bug
23861; bugfix on 0.2.8.2-alpha.
...@@ -2889,7 +2889,7 @@ handle_response_fetch_desc(dir_connection_t *conn, ...@@ -2889,7 +2889,7 @@ handle_response_fetch_desc(dir_connection_t *conn,
conn->router_purpose, conn->router_purpose,
conn->base_.address)) { conn->base_.address)) {
time_t now = approx_time(); time_t now = approx_time();
directory_info_has_arrived(now, 0, 0); directory_info_has_arrived(now, 0, 1);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment