[tor-commits] [tor/master] Fix compilation
nickm at torproject.org
nickm at torproject.org
Thu Dec 1 14:20:29 UTC 2016
commit c1e8dfd6cf44caef6b612a4fd65bc6b91100ed73
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Dec 1 09:20:04 2016 -0500
Fix compilation
---
src/or/routerkeys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/routerkeys.c b/src/or/routerkeys.c
index ad62247..6c53c50 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 "
More information about the tor-commits
mailing list