[or-cvs] r15117: minor touchups (tor/branches/tor-0_2_0-patches/src/or)

arma at seul.org arma at seul.org
Wed Jun 11 01:50:07 UTC 2008


Author: arma
Date: 2008-06-10 21:50:06 -0400 (Tue, 10 Jun 2008)
New Revision: 15117

Modified:
   tor/branches/tor-0_2_0-patches/src/or/circuitbuild.c
   tor/branches/tor-0_2_0-patches/src/or/or.h
Log:
minor touchups


Modified: tor/branches/tor-0_2_0-patches/src/or/circuitbuild.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/circuitbuild.c	2008-06-11 01:14:23 UTC (rev 15116)
+++ tor/branches/tor-0_2_0-patches/src/or/circuitbuild.c	2008-06-11 01:50:06 UTC (rev 15117)
@@ -2200,7 +2200,7 @@
         log_info(LD_CIRC, "Summary: Entry '%s' is %s, %s, and %s.",
                entry->nickname,
                entry->unreachable_since ? "unreachable" : "reachable",
-               entry->bad_since ? "unusable: " : "usable",
+               entry->bad_since ? "unusable" : "usable",
                entry_is_live(entry, 0, 1, 0) ? "live" : "not live"));
     log_info(LD_CIRC, "    (%d/%d entry guards are usable/new)",
              num_live_entry_guards(), smartlist_len(entry_guards));

Modified: tor/branches/tor-0_2_0-patches/src/or/or.h
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/or.h	2008-06-11 01:14:23 UTC (rev 15116)
+++ tor/branches/tor-0_2_0-patches/src/or/or.h	2008-06-11 01:50:06 UTC (rev 15117)
@@ -328,8 +328,8 @@
 /** A connection to a directory server: set after a rendezvous
  * descriptor is downloaded. */
 #define DIR_PURPOSE_HAS_FETCHED_RENDDESC 4
-/** A connection to a directory server: download one or more network-status
- * objects */
+/** A connection to a directory server: download one or more v2
+ * network-status objects */
 #define DIR_PURPOSE_FETCH_NETWORKSTATUS 5
 /** A connection to a directory server: download one or more server
  * descriptors. */



More information about the tor-commits mailing list