]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
nickname, not identity fingerprint, will help more
authorRoger Dingledine <arma@torproject.org>
Sun, 8 Jan 2012 17:09:01 +0000 (12:09 -0500)
committerRoger Dingledine <arma@torproject.org>
Sun, 8 Jan 2012 17:09:01 +0000 (12:09 -0500)
src/or/dirvote.c

index 2fd94eadf86e3b508a5f7e009a55b31f72e63610..ab08fd02001b484cd3b01aa3575cc9318e3a88fd 100644 (file)
@@ -2276,7 +2276,7 @@ networkstatus_add_detached_signatures(networkstatus_t *target,
       log_info(LD_DIR, "Adding signature from %s with %s", voter_identity,
                algorithm);
       log(severity, LD_DIR, "Added a signature for %s from %s.",
-          voter_identity, source);
+          target_voter->nickname, source);
       ++r;
       if (old_sig) {
         smartlist_remove(target_voter->sigs, old_sig);