mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge remote-tracking branch 'dgoulet/bug23861_032_01' into maint-0.3.2
This commit is contained in:
commit
85778dc92d
5
changes/bug23861
Normal file
5
changes/bug23861
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
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,
|
|||||||
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user