[or-cvs] catch the last missing log line i hope

Roger Dingledine arma at seul.org
Mon Nov 17 07:29:45 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:
catch the last missing log line i hope


Index: circuit.c
===================================================================
RCS file: /home/or/cvsroot/src/or/circuit.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- circuit.c	17 Nov 2003 07:24:01 -0000	1.99
+++ circuit.c	17 Nov 2003 07:29:43 -0000	1.100
@@ -857,7 +857,7 @@
      */
     struct in_addr in;
     in.s_addr = htonl(circ->n_addr);
-    log_fn(LOG_DEBUG,"Next router (%s:%d) not connected. Closing.", inet_ntoa(in), circ->n_port);
+    log_fn(LOG_WARN,"Next router (%s:%d) not connected. Closing.", inet_ntoa(in), circ->n_port);
     /* XXX later we should fail more gracefully here, like with a 'truncated' */
     return -1;
   }



More information about the tor-commits mailing list