diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-19 13:33:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-19 13:33:56 -0400 |
commit | 0229d5f81862e8ef6765c6e1e7e6cd78a5a2b4cc (patch) | |
tree | 6facdcd860586d3d33ce8421e964770ced87e366 /src/test/test_status.c | |
parent | 2dfa19a871d8f54a91881475820e82246ed66132 (diff) | |
download | tor-0229d5f81862e8ef6765c6e1e7e6cd78a5a2b4cc.tar.gz tor-0229d5f81862e8ef6765c6e1e7e6cd78a5a2b4cc.zip |
Add "Heartbeat" to the start of several heartbeat messages.
Closes #40322.
Diffstat (limited to 'src/test/test_status.c')
-rw-r--r-- | src/test/test_status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_status.c b/src/test/test_status.c index 284a6b7eaf..1d371645ae 100644 --- a/src/test/test_status.c +++ b/src/test/test_status.c @@ -359,8 +359,8 @@ test_status_hb_not_in_consensus(void *arg) "initiated 0 and received 0 v3 connections; " "initiated 0 and received 0 v4 connections; " "initiated 0 and received 0 v5 connections.\n"); - expect_log_msg("DoS mitigation since startup: 0 circuits killed with " - "too many cells, [DoSCircuitCreationEnabled disabled], " + expect_log_msg("Heartbeat: DoS mitigation since startup: 0 circuits killed " + "with too many cells, [DoSCircuitCreationEnabled disabled], " "[DoSConnectionEnabled disabled], " "[DoSRefuseSingleHopClientRendezvous disabled], " "0 INTRODUCE2 rejected.\n"); |