Skip to content
Snippets Groups Projects
Commit c554a27a authored by George Kadianakis's avatar George Kadianakis
Browse files

Clarify the heartbeat message a bit.

parent 709e3155
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment