[or-cvs] put a log message so we can start confirming socks5-with-re...

arma at seul.org arma at seul.org
Fri Sep 23 19:56:36 UTC 2005


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:
put a log message so we can start confirming socks5-with-remote-dns
vs socks5-with-local-dns


Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- connection_edge.c	22 Sep 2005 23:56:56 -0000	1.349
+++ connection_edge.c	23 Sep 2005 19:56:34 -0000	1.350
@@ -952,6 +952,8 @@
   } /* else socks handshake is done, continue processing */
 
   tor_strlower(socks->address); /* normalize it */
+  log_fn(LOG_DEBUG,"Client asked for %s:%d", safe_str(socks->address),
+         socks->port);
 
   /* For address map controls, remap the address */
   addressmap_rewrite(socks->address, sizeof(socks->address));



More information about the tor-commits mailing list