Log IP and port for bcka debugging
This commit is contained in:
parent
7303cdcbc8
commit
6b2b39f5e1
@ -223,7 +223,7 @@ class OPENBRIDGE(DatagramProtocol):
|
||||
self.config['TARGET_IP'] = h
|
||||
logger.info('(%s) *BridgeControl* Source IP has changed for OBP, updating',self._system)
|
||||
else:
|
||||
logger.info('(%s) *BridgeControl* Source IP has changed for OBP but port has also changed, *NOT* updating',self._system)
|
||||
logger.info('(%s) *BridgeControl* Source IP has changed for OBP but port has also changed, *NOT* updating, IP: %s, Port: %s',self._system, h, p)
|
||||
|
||||
else:
|
||||
h,p = _sockaddr
|
||||
|
Loading…
Reference in New Issue
Block a user