summaryrefslogtreecommitdiff
path: root/src/core/or/status.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-03-19 13:33:56 -0400
committerNick Mathewson <nickm@torproject.org>2021-03-19 13:33:56 -0400
commit0229d5f81862e8ef6765c6e1e7e6cd78a5a2b4cc (patch)
tree6facdcd860586d3d33ce8421e964770ced87e366 /src/core/or/status.c
parent2dfa19a871d8f54a91881475820e82246ed66132 (diff)
downloadtor-0229d5f81862e8ef6765c6e1e7e6cd78a5a2b4cc.tar.gz
tor-0229d5f81862e8ef6765c6e1e7e6cd78a5a2b4cc.zip
Add "Heartbeat" to the start of several heartbeat messages.
Closes #40322.
Diffstat (limited to 'src/core/or/status.c')
-rw-r--r--src/core/or/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/status.c b/src/core/or/status.c
index df9577ada5..9e7ae70535 100644
--- a/src/core/or/status.c
+++ b/src/core/or/status.c
@@ -105,7 +105,7 @@ log_onion_service_stats(void)
}
log_notice(LD_HEARTBEAT,
- "Our onion service%s received %u v3 INTRODUCE2 cells "
+ "Heartbeat: Our onion service%s received %u v3 INTRODUCE2 cells "
"and attempted to launch %d rendezvous circuits.",
num_services == 1 ? "" : "s",
hs_stats_get_n_introduce2_v3_cells(),