summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-09-23 17:02:50 +0000
committerNick Mathewson <nickm@torproject.org>2005-09-23 17:02:50 +0000
commitfaa4f420de579ca288b8f3134ab76c7e8cd8977d (patch)
treebc97f4ee5a6030786026758f82c59a075f65f8cc /src/or/rephist.c
parent03d0f62da07f1e222d8e67ec71cc79bd7d7a9e1c (diff)
downloadtor-faa4f420de579ca288b8f3134ab76c7e8cd8977d.tar.gz
tor-faa4f420de579ca288b8f3134ab76c7e8cd8977d.zip
Remove extraneous space on read-history lines.
svn:r5123
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 9742501352..af3cbcc868 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -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);