mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
Tweaks into router_should_be_dirserver() log msg.
Fixed log message that has been changed in commit 5ea993fa5a
.
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
parent
5ea993fa5a
commit
3dd2c1d022
@ -1302,7 +1302,7 @@ router_should_be_dirserver(const or_options_t *options, int dir_port)
|
|||||||
} else {
|
} else {
|
||||||
tor_assert(reason);
|
tor_assert(reason);
|
||||||
log_notice(LD_DIR, "Not advertising Dir%s (Reason: %s)",
|
log_notice(LD_DIR, "Not advertising Dir%s (Reason: %s)",
|
||||||
dir_port ? "Port" : "Directory Service support", reason);
|
dir_port ? "Port" : "ectory Service support", reason);
|
||||||
}
|
}
|
||||||
advertising = new_choice;
|
advertising = new_choice;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user