mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
nickname, not identity fingerprint, will help more
This commit is contained in:
parent
78e95b7b71
commit
04bf17c50c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue