]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ask nick about a possible bug
authorRoger Dingledine <arma@torproject.org>
Thu, 25 Oct 2007 20:59:24 +0000 (20:59 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 25 Oct 2007 20:59:24 +0000 (20:59 +0000)
svn:r12193

src/or/dirvote.c

index 10882119fe096695c0e7ca2476ef2356eca2485a..338febf1adcd3ef0cdf992ad2e19fd8e48c03444 100644 (file)
@@ -1525,6 +1525,7 @@ dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
              "This authority %s.  Known v3 key IDs are: %s",
              hex_str(vi->identity_digest, DIGEST_LEN),
              ds?"is not recognized":"is recognized, but is not listed as v3",
+/* XXX020 isn't the above line backwards? -RD */
              keys);
     tor_free(keys);