From: George Kadianakis Date: Sat, 27 Aug 2011 16:45:54 +0000 (+0200) Subject: Clarify the heartbeat message a bit. X-Git-Tag: tor-0.2.3.3-alpha~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c554a27a441083f85d8fafacdf39ddd7c376fbc7;p=thirdparty%2Ftor.git Clarify the heartbeat message a bit. --- diff --git a/src/or/status.c b/src/or/status.c index acb8ba4144..3e4cb779a3 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -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);