put a log message so we can start confirming socks5-with-remote-dns

vs socks5-with-local-dns


svn:r5130
This commit is contained in:
Roger Dingledine 2005-09-23 19:56:34 +00:00
parent 96988b45b4
commit 0ef18a0fba

View File

@ -952,6 +952,8 @@ connection_ap_handshake_process_socks(connection_t *conn)
} /* 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));