From: Fernando Fernandez Mancera Date: Mon, 12 Feb 2018 11:30:52 +0000 (+0100) Subject: Tweaks into router_should_be_dirserver() log msg. X-Git-Tag: tor-0.3.4.1-alpha~272^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dd2c1d02298280938cec9022c23a64f6b53aae5;p=thirdparty%2Ftor.git Tweaks into router_should_be_dirserver() log msg. Fixed log message that has been changed in commit 5ea993fa5a. Signed-off-by: Fernando Fernandez Mancera --- diff --git a/src/or/router.c b/src/or/router.c index afba8209e6..89393cea2a 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1302,7 +1302,7 @@ router_should_be_dirserver(const or_options_t *options, int dir_port) } else { tor_assert(reason); 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; }