[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Don' call failure to get keys a bug; it's possible now.



commit a1b5e8b30b277c8856b3109038afcc5dd7e4c82c
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Mon Aug 10 10:02:33 2015 -0400

    Don' call failure to get keys a bug; it's possible now.
---
 src/or/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/main.c b/src/or/main.c
index 90f78b6..214f5f6 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -2017,7 +2017,7 @@ do_main_loop(void)
    * TLS context. */
   if (! client_identity_key_is_set()) {
     if (init_keys() < 0) {
-      log_err(LD_BUG,"Error initializing keys; exiting");
+      log_err(LD_OR, "Error initializing keys; exiting");
       return -1;
     }
   }



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits