]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tweaks into router_should_be_dirserver() log msg.
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Mon, 12 Feb 2018 11:30:52 +0000 (12:30 +0100)
committerFernando Fernandez Mancera <ffmancera@riseup.net>
Mon, 12 Feb 2018 11:30:52 +0000 (12:30 +0100)
Fixed log message that has been changed in commit 5ea993fa5a.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
src/or/router.c

index afba8209e6c6d26de01372e901fa206873990447..89393cea2a37cf8af715f5a478fc5d88e4b13748 100644 (file)
@@ -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;
   }