mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
Remove extraneous space on read-history lines.
svn:r5123
This commit is contained in:
parent
03d0f62da0
commit
faa4f420de
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ rep_hist_get_bandwidth_lines(void)
|
|||
tor_assert(b);
|
||||
format_iso_time(t, b->next_period-NUM_SECS_BW_SUM_INTERVAL);
|
||||
tor_snprintf(cp, len-(cp-buf), "opt %s %s (%d s) ",
|
||||
r ? "read-history " : "write-history", t,
|
||||
r ? "read-history" : "write-history", t,
|
||||
NUM_SECS_BW_SUM_INTERVAL);
|
||||
cp += strlen(cp);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue