[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
6ada55439d
commit
c1ab4c6831
@ -192,7 +192,7 @@ class TunnelPacketHandler(object):
|
||||
peer_switch = self.config_db.get_keys(PEER_SWITCH_TABLE)[0]
|
||||
tunnel = self.config_db.get_keys(TUNNEL_TABLE)[0]
|
||||
except IndexError:
|
||||
logger.log_warning('PEER_SWITCH or TUNNEL table'
|
||||
logger.log_warning('PEER_SWITCH or TUNNEL table '
|
||||
'not found in config DB')
|
||||
return None, None
|
||||
|
||||
|
Reference in New Issue
Block a user