[or-cvs] Remove extraneous space on read-history lines.

Nick Mathewson nickm at seul.org
Fri Sep 23 17:02:52 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv9921/src/or

Modified Files:
	rephist.c 
Log Message:
Remove extraneous space on read-history lines.

Index: rephist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/rephist.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- rephist.c	23 Sep 2005 08:29:58 -0000	1.64
+++ rephist.c	23 Sep 2005 17:02:50 -0000	1.65
@@ -598,7 +598,7 @@
     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);
 



More information about the tor-commits mailing list