[or-cvs] backport the bug 299 bandaid: don"t complain as much on boo...

arma at seul.org arma at seul.org
Mon Jun 5 04:29:42 UTC 2006


Update of /home/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/tor-011x/tor/src/common

Modified Files:
      Tag: tor-0_1_1-patches
	crypto.c 
Log Message:
backport the bug 299 bandaid: don't complain as much on boot when
you're a server and you enable hibernation.


Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.c,v
retrieving revision 1.189.2.1
retrieving revision 1.189.2.2
diff -u -p -d -r1.189.2.1 -r1.189.2.2
--- crypto.c	25 May 2006 21:25:16 -0000	1.189.2.1
+++ crypto.c	5 Jun 2006 04:29:40 -0000	1.189.2.2
@@ -190,7 +190,7 @@ crypto_global_init(int useAccel)
     _crypto_global_initialized = 1;
     setup_openssl_threading();
     if (useAccel < 0) {
-      log_warn(LD_CRYPTO, "Initializing OpenSSL via tor_tls_init().");
+      log_info(LD_CRYPTO, "Initializing OpenSSL via tor_tls_init().");
     }
 #ifndef NO_ENGINES
     if (useAccel > 0) {



More information about the tor-commits mailing list