소스 검색

Remove extraneous space on read-history lines.

svn:r5123
Nick Mathewson 20 년 전
부모
커밋
faa4f420de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/rephist.c

+ 1 - 1
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);