diff options
author | David Goulet <dgoulet@torproject.org> | 2021-12-14 16:13:00 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-12-14 16:13:00 -0500 |
commit | eb06d52dae9cbb8344f543e1077ca6f0b62a317b (patch) | |
tree | 3b6d2bbd1a0a57e06a45bcae6cfdfc69bf087505 /src/test/test_stats.c | |
parent | b37674fec75f14a0be9dbeff458355d91897cbe5 (diff) | |
download | tor-eb06d52dae9cbb8344f543e1077ca6f0b62a317b.tar.gz tor-eb06d52dae9cbb8344f543e1077ca6f0b62a317b.zip |
fixup! relay: Change DNS timeout label on MetricsPort
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test_stats.c')
-rw-r--r-- | src/test/test_stats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_stats.c b/src/test/test_stats.c index a224c21198..c7e0c10845 100644 --- a/src/test/test_stats.c +++ b/src/test/test_stats.c @@ -721,7 +721,7 @@ test_overload_stats(void *arg) stats_str = rep_hist_get_overload_stats_lines(); tt_assert(!stats_str); - /* Note a overload */ + /* Note an overload */ rep_hist_note_overload(OVERLOAD_GENERAL); /* Move the time forward one hour */ @@ -742,7 +742,7 @@ test_overload_stats(void *arg) /* Now the time should be 2002-01-07 00:00:00 */ - /* Note a overload */ + /* Note an overload */ rep_hist_note_overload(OVERLOAD_GENERAL); stats_str = rep_hist_get_overload_general_line(); |