[tunnel_packet_handler] Add a whitespace in the warning syslog message. (#11232)
*This PR aims to add a whitespace in the warning syslog message of process tunnel_packet_handler. Signed-off-by: Yong Zhao <yozhao@microsoft.com>
This commit is contained in:
parent
ac86f71287
commit
1720fa21d9
@ -192,7 +192,7 @@ class TunnelPacketHandler(object):
|
|||||||
peer_switch = self.config_db.get_keys(PEER_SWITCH_TABLE)[0]
|
peer_switch = self.config_db.get_keys(PEER_SWITCH_TABLE)[0]
|
||||||
tunnel = self.config_db.get_keys(TUNNEL_TABLE)[0]
|
tunnel = self.config_db.get_keys(TUNNEL_TABLE)[0]
|
||||||
except IndexError:
|
except IndexError:
|
||||||
logger.log_warning('PEER_SWITCH or TUNNEL table'
|
logger.log_warning('PEER_SWITCH or TUNNEL table '
|
||||||
'not found in config DB')
|
'not found in config DB')
|
||||||
return None, None
|
return None, None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user