]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify the heartbeat message a bit.
authorGeorge Kadianakis <desnacked@gmail.com>
Sat, 27 Aug 2011 16:45:54 +0000 (18:45 +0200)
committerGeorge Kadianakis <desnacked@gmail.com>
Sat, 27 Aug 2011 16:45:54 +0000 (18:45 +0200)
src/or/status.c

index acb8ba414440122be5a6316d23300574270f3c5f..3e4cb779a3aa9f2e81746600a42eea37ce4c06af 100644 (file)
@@ -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);