mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Clarify the heartbeat message a bit.
This commit is contained in:
parent
709e315520
commit
c554a27a44
@ -103,7 +103,7 @@ log_heartbeat(time_t now)
|
||||
bw_sent = bytes_to_usage(get_bytes_written());
|
||||
|
||||
log_fn(LOG_NOTICE, LD_HEARTBEAT, "Heartbeat: Tor's uptime is %s, with %d "
|
||||
"circuits open. I've pushed %s and received %s.",
|
||||
"circuits open. I've sent %s and received %s.",
|
||||
uptime, count_circuits(),bw_sent,bw_rcvd);
|
||||
|
||||
tor_free(uptime);
|
||||
|
Loading…
Reference in New Issue
Block a user