diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-07 09:01:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-07 09:01:04 +0000 |
commit | 44ff309c2685f0adfa0229210cdd58d43b1ceafe (patch) | |
tree | 82e76ca7de46e1a173bc1334043ae4aa382ea627 /src/or/rephist.c | |
parent | 40fd45c1b4eee7a9913a9d1d416fabf44b31b26d (diff) | |
download | tor-44ff309c2685f0adfa0229210cdd58d43b1ceafe.tar.gz tor-44ff309c2685f0adfa0229210cdd58d43b1ceafe.zip |
touch-ups
svn:r2192
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 4de57ac863..5159aa51fa 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -506,7 +506,7 @@ char *rep_hist_get_bandwidth_lines(void) for (r=0;r<2;++r) { b = r?read_array:write_array; format_iso_time(t, b->next_period-NUM_SECS_BW_SUM_INTERVAL); - sprintf(cp, "opt %s-history %s (%d s)", r?"read":"write", t, + sprintf(cp, "opt %s %s (%d s)", r?"read-history ":"write-history", t, NUM_SECS_BW_SUM_INTERVAL); cp += strlen(cp); |