@ -236,7 +236,7 @@ class OPENBRIDGE(DatagramProtocol):
self._config['_bcka']=time()
if_sockaddr!=self._config['TARGET_SOCK']:
h,p=_sockaddr
logger.info('(%s) *BridgeControl* Source IP and Port has changed for OBP from %s:%s to %s:%s, updating',self._system,self._config['TARGET_IP'],self._config['TARGET_PORT'],h,p)
logger.warning('(%s) *BridgeControl* Source IP and Port has changed for OBP from %s:%s to %s:%s, updating',self._system,self._config['TARGET_IP'],self._config['TARGET_PORT'],h,p)
self._config['TARGET_IP']=h
self._config['TARGET_PORT']=p
self._config['TARGET_SOCK']=(h,p)
@ -252,7 +252,7 @@ class OPENBRIDGE(DatagramProtocol):