[tor-commits] [tor/maint-0.2.8] fix indentation

nickm at torproject.org nickm at torproject.org
Fri Apr 1 12:20:27 UTC 2016


commit 4093f343caa576a28269ecdff0c3025f081b058a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Apr 1 08:16:21 2016 -0400

    fix indentation
---
 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 8006112..24ed31f 100644
--- a/src/or/routerkeys.c
+++ b/src/or/routerkeys.c
@@ -428,7 +428,7 @@ ed_key_init_from_file(const char *fname, uint32_t flags,
               "can enter the passphrase.",
               secret_fname);
     } else if (offline_secret) {
-            tor_log(severity, LD_OR, "We wanted to load a secret key from %s, "
+      tor_log(severity, LD_OR, "We wanted to load a secret key from %s, "
               "but you're keeping it offline. (OfflineMasterKey is set.)",
               secret_fname);
     } else {





More information about the tor-commits mailing list