Loading changes/bug23861 0 → 100644 +5 −0 Original line number Diff line number Diff line 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. src/or/directory.c +1 −1 Original line number Diff line number Diff line Loading @@ -2887,7 +2887,7 @@ handle_response_fetch_desc(dir_connection_t *conn, conn->router_purpose, conn->base_.address)) { time_t now = approx_time(); directory_info_has_arrived(now, 0, 0); directory_info_has_arrived(now, 0, 1); } } } Loading Loading
changes/bug23861 0 → 100644 +5 −0 Original line number Diff line number Diff line 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.
src/or/directory.c +1 −1 Original line number Diff line number Diff line Loading @@ -2887,7 +2887,7 @@ handle_response_fetch_desc(dir_connection_t *conn, conn->router_purpose, conn->base_.address)) { time_t now = approx_time(); directory_info_has_arrived(now, 0, 0); directory_info_has_arrived(now, 0, 1); } } } Loading