diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-01 09:20:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-01 09:20:04 -0500 |
commit | c1e8dfd6cf44caef6b612a4fd65bc6b91100ed73 (patch) | |
tree | 000f9b05471fbf776b7688d3cf7876d5fc565c6a /src/or/routerkeys.c | |
parent | 215cc0d527d73461efaeeadb47e0a069d4895ca9 (diff) | |
download | tor-c1e8dfd6cf44caef6b612a4fd65bc6b91100ed73.tar.gz tor-c1e8dfd6cf44caef6b612a4fd65bc6b91100ed73.zip |
Fix compilation
Diffstat (limited to 'src/or/routerkeys.c')
-rw-r--r-- | src/or/routerkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerkeys.c b/src/or/routerkeys.c index ad62247921..6c53c50305 100644 --- a/src/or/routerkeys.c +++ b/src/or/routerkeys.c @@ -743,7 +743,7 @@ load_ed_keys(const or_options_t *options, time_t now) if (need_new_signing_key) { log_notice(LD_OR, "It looks like I need to generate and sign a new " "medium-term signing key, because %s. To do that, I " - "need to load the permanent master identity key. " + "need to load%s the permanent master identity key. " "If the master identity key was not moved or encrypted " "with a passphrase, this will be done automatically and " "no further action is required. Otherwise, provide the " |