[or-cvs] make loglevel info less noisy

Roger Dingledine arma at seul.org
Tue Dec 30 22:49:37 UTC 2003


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	circuit.c 
Log Message:
make loglevel info less noisy


Index: circuit.c
===================================================================
RCS file: /home/or/cvsroot/src/or/circuit.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- circuit.c	28 Dec 2003 04:46:08 -0000	1.129
+++ circuit.c	30 Dec 2003 22:49:35 -0000	1.130
@@ -529,7 +529,7 @@
     do {
       assert(thishop);
 
-      log_fn(LOG_INFO,"crypting a layer of the relay cell.");
+      log_fn(LOG_DEBUG,"crypting a layer of the relay cell.");
       if(relay_crypt_one_payload(thishop->f_crypto, cell->payload, 1) < 0) {
         return -1;
       }



More information about the tor-commits mailing list