Browse Source

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>
Fernando Fernandez Mancera 7 years ago
parent
commit
3dd2c1d022
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/router.c

+ 1 - 1
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;
   }