diff options
author | David Goulet <dgoulet@torproject.org> | 2020-08-25 08:23:06 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-08-25 08:23:06 -0400 |
commit | 6dc0b043199d28866cdb466e18caebbf0b051c04 (patch) | |
tree | 8760494ed5e4841b43ac24979a21cd0dd1c89e16 /src/feature/client/entrynodes.c | |
parent | 4b9ed14d9bba7b6f5892bbbbcbf81c3e2414c65b (diff) | |
parent | 53cd1c9710a14519443e578959a7a11ef8c23d8f (diff) | |
download | tor-6dc0b043199d28866cdb466e18caebbf0b051c04.tar.gz tor-6dc0b043199d28866cdb466e18caebbf0b051c04.zip |
Merge branch 'maint-0.4.4'
Diffstat (limited to 'src/feature/client/entrynodes.c')
-rw-r--r-- | src/feature/client/entrynodes.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/feature/client/entrynodes.c b/src/feature/client/entrynodes.c index c51958acec..2104a622da 100644 --- a/src/feature/client/entrynodes.c +++ b/src/feature/client/entrynodes.c @@ -3139,9 +3139,9 @@ entry_guard_parse_from_state(const char *s) guard->sampled_idx = guard->confirmed_idx; } else { - log_warn(LD_GUARD, "The state file seems to be into a status that could" - " yield to weird entry node selection: we're missing both a" - " sampled_idx and a confirmed_idx."); + log_info(LD_GUARD, "The state file seems to be into a status that could" + " yield to weird entry node selection: we're missing both a" + " sampled_idx and a confirmed_idx."); guard->sampled_idx = invalid_sampled_idx++; } |