update log

This commit is contained in:
clowwindy 2014-06-02 18:08:22 +08:00
parent 74566308d1
commit 1966b643fc
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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