[or-cvs] quiet a -l info that should be -l debug

Roger Dingledine arma at seul.org
Thu Apr 15 22:08:39 UTC 2004


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

Modified Files:
	tortls.c 
Log Message:
quiet a -l info that should be -l debug


Index: tortls.c
===================================================================
RCS file: /home/or/cvsroot/src/common/tortls.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- tortls.c	8 Apr 2004 01:08:56 -0000	1.41
+++ tortls.c	15 Apr 2004 22:08:37 -0000	1.42
@@ -361,7 +361,7 @@
   if(tls->wantwrite_n) {
     /* if WANTWRITE last time, we must use the _same_ n as before */
     assert(n >= tls->wantwrite_n);
-    log_fn(LOG_INFO,"resuming pending-write, (%d to flush, reusing %d)",
+    log_fn(LOG_DEBUG,"resuming pending-write, (%d to flush, reusing %d)",
            n, tls->wantwrite_n);
     n = tls->wantwrite_n;
     tls->wantwrite_n = 0;



More information about the tor-commits mailing list