[tor-commits] [tor/master] Fix a typo found by Mike.

nickm at torproject.org nickm at torproject.org
Fri Jun 15 20:16:25 UTC 2012


commit eab75d2c36a4b6ee4bd634f7eff8fe6fa00b6c1c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jun 15 16:12:04 2012 -0400

    Fix a typo found by Mike.
---
 src/or/microdesc.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/or/microdesc.c b/src/or/microdesc.c
index d5a27d5..42e8605 100644
--- a/src/or/microdesc.c
+++ b/src/or/microdesc.c
@@ -644,9 +644,9 @@ microdesc_list_missing_digest256(networkstatus_t *ns, microdesc_cache_t *cache,
     if (skip && digestmap_get(skip, rs->descriptor_digest))
       continue;
     if (tor_mem_is_zero(rs->descriptor_digest, DIGEST256_LEN)) {
-      log_info(LD_BUG, "Found an entry in networktatus with no microdescriptor "
-               "digest. (Router %s=%s at %s:%d.)", rs->nickname,
-               hex_str(rs->identity_digest, DIGEST_LEN),
+      log_info(LD_BUG, "Found an entry in networkstatus with no "
+               "microdescriptor digest. (Router %s=%s at %s:%d.)",
+               rs->nickname, hex_str(rs->identity_digest, DIGEST_LEN),
                fmt_addr32(rs->addr), rs->or_port);
       continue;
     }





More information about the tor-commits mailing list