[or-cvs] log debug so nick can see it too

Roger Dingledine arma at seul.org
Mon Apr 26 22:22:13 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:
log debug so nick can see it too


Index: tortls.c
===================================================================
RCS file: /home/or/cvsroot/src/common/tortls.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- tortls.c	26 Apr 2004 18:11:58 -0000	1.48
+++ tortls.c	26 Apr 2004 22:22:11 -0000	1.49
@@ -377,6 +377,7 @@
   if (r > 0)
     return r;
   err = tor_tls_get_error(tls, r, CATCH_ZERO, "reading", LOG_INFO);
+  log_fn(LOG_DEBUG,"returned r=%d, err=%d",r,err);
   if (err == _TOR_TLS_ZERORETURN) {
     tls->state = TOR_TLS_ST_CLOSED;
     return TOR_TLS_CLOSE;



More information about the tor-commits mailing list