Skip to content

Commit

Permalink
[tunnel_packet_handler] Add a whitespace in the warning syslog messag…
Browse files Browse the repository at this point in the history
…e. (#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>
  • Loading branch information
yozhao101 authored Jun 29, 2022
1 parent ac86f71 commit 1720fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-orchagent/tunnel_packet_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def get_ipinip_tunnel_addrs(self):
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

Expand Down

0 comments on commit 1720fa2

Please sign in to comment.