From 1720fa21d990758121f96f490ead3ecc7f16207c Mon Sep 17 00:00:00 2001 From: yozhao101 <56170650+yozhao101@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:29:02 -0700 Subject: [PATCH] [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 --- dockers/docker-orchagent/tunnel_packet_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/docker-orchagent/tunnel_packet_handler.py b/dockers/docker-orchagent/tunnel_packet_handler.py index 682316eb6d..3d75fdd94a 100755 --- a/dockers/docker-orchagent/tunnel_packet_handler.py +++ b/dockers/docker-orchagent/tunnel_packet_handler.py @@ -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