Tell me what addrtype are not supported.

This commit is contained in:
ayanamist 2013-02-28 11:29:52 +08:00
parent c161dbbc83
commit a35cf6b84f

View file

@ -82,8 +82,7 @@ class ConnHandler(PairedStream):
elif addrtype == 3:
self.read_bytes(1, self.on_addr3_length)
else:
# not support
logging.warn('addr_type not support')
logging.warn("addr_type %d not support" % addrtype)
self.close()
def on_addr1(self, addr):