[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] remove another loud debug msg
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
connection_edge.c
Log Message:
remove another loud debug msg
Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- connection_edge.c 12 Sep 2005 22:05:17 -0000 1.348
+++ connection_edge.c 22 Sep 2005 23:56:56 -0000 1.349
@@ -1692,9 +1692,11 @@
tor_assert(conn->socks_request);
tor_assert(exit);
+#if 0
log_fn(LOG_DEBUG,"considering nickname %s, for address %s / port %d:",
exit->nickname, safe_str(conn->socks_request->address),
conn->socks_request->port);
+#endif
/* If a particular exit node has been requested for the new connection,
* make sure the exit node of the existing circuit matches exactly.