diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-24 10:05:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-24 10:05:34 -0500 |
commit | af60e7566eaad9124eab5aa5476ed945fcd0e707 (patch) | |
tree | 970b264bc5a0210067861af51f593834ca4fa9d4 /src/or/status.c | |
parent | d74a78c58aa5483f6586f80a746422cd2798c000 (diff) | |
download | tor-af60e7566eaad9124eab5aa5476ed945fcd0e707.tar.gz tor-af60e7566eaad9124eab5aa5476ed945fcd0e707.zip |
Update test_status.c to accommodate changes in heartbeat messages
Fixes #15012; bug not in any released Tor
Diffstat (limited to 'src/or/status.c')
-rw-r--r-- | src/or/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/status.c b/src/or/status.c index 27d21e2914..2acdd28249 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -133,7 +133,7 @@ log_heartbeat(time_t now) ? LOG_NOTICE : LOG_INFO; log_fn(severity, LD_HEARTBEAT, - "Average packaged cell fullness: %2.3f%%" + "Average packaged cell fullness: %2.3f%%. " "TLS write overhead: %.f%%", fullness_pct, overhead_pct); if (public_server_mode(options)) |