commit a1b5e8b30b277c8856b3109038afcc5dd7e4c82c
Author: Nick Mathewson <[email protected]>
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
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to