update log
This commit is contained in:
4
CHANGES
4
CHANGES
@ -1,3 +1,7 @@
|
||||
2.0 2014-06-02
|
||||
- Use a new event model
|
||||
- Remove gevent
|
||||
|
||||
1.4.5 2014-05-24
|
||||
- Add timeout in TCP server
|
||||
- Close sockets in master process
|
||||
|
@ -231,7 +231,7 @@ class TCPRelayHandler(object):
|
||||
raise Exception('can not parse header')
|
||||
addrtype, remote_addr, remote_port, header_length =\
|
||||
header_result
|
||||
logging.debug('connecting %s:%d' % (remote_addr, remote_port))
|
||||
logging.info('connecting %s:%d' % (remote_addr, remote_port))
|
||||
self._remote_address = (remote_addr, remote_port)
|
||||
if is_local:
|
||||
# forward address to remote
|
||||
|
Reference in New Issue
Block a user