Loading changes/bug16016 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (logging): - Downgrade a noisy log message that could occur naturally when receiving an extrainfo document that we no longer want. Fixes bug 16016; bugfix on 0.2.6.3-alpha. src/feature/nodelist/routerlist.c +5 −1 Original line number Diff line number Diff line Loading @@ -1170,7 +1170,11 @@ extrainfo_insert,(routerlist_t *rl, extrainfo_t *ei, int warn_if_incompatible)) * This just won't work. */; static ratelim_t no_sd_ratelim = RATELIM_INIT(1800); r = ROUTER_BAD_EI; log_fn_ratelim(&no_sd_ratelim, severity, LD_BUG, /* This is a DEBUG because it can happen naturally, if we tried * to add an extrainfo for which we no longer have the * corresponding routerinfo. */ log_fn_ratelim(&no_sd_ratelim, LOG_DEBUG, LD_DIR, "No entry found in extrainfo map."); goto done; } Loading Loading
changes/bug16016 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (logging): - Downgrade a noisy log message that could occur naturally when receiving an extrainfo document that we no longer want. Fixes bug 16016; bugfix on 0.2.6.3-alpha.
src/feature/nodelist/routerlist.c +5 −1 Original line number Diff line number Diff line Loading @@ -1170,7 +1170,11 @@ extrainfo_insert,(routerlist_t *rl, extrainfo_t *ei, int warn_if_incompatible)) * This just won't work. */; static ratelim_t no_sd_ratelim = RATELIM_INIT(1800); r = ROUTER_BAD_EI; log_fn_ratelim(&no_sd_ratelim, severity, LD_BUG, /* This is a DEBUG because it can happen naturally, if we tried * to add an extrainfo for which we no longer have the * corresponding routerinfo. */ log_fn_ratelim(&no_sd_ratelim, LOG_DEBUG, LD_DIR, "No entry found in extrainfo map."); goto done; } Loading