Skip to content

Commit

Permalink
[VNET] consider empty an peer string in BfdUpdate entry as a Warning (s…
Browse files Browse the repository at this point in the history
…onic-net#2792)

* [VNET] consider empty an peer string in BfdUpdate entry as a Warning (sonic-net#2792)
  • Loading branch information
ayurkiv-nvda authored May 26, 2023
1 parent 1b1c10a commit c260d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/vnetorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ void VNetRouteOrch::updateVnetTunnel(const BfdUpdate& update)
size_t found_vrf = key.find(state_db_key_delimiter);
if (found_vrf == string::npos)
{
SWSS_LOG_INFO("Failed to parse key %s, no vrf is given", key.c_str());
SWSS_LOG_WARN("Failed to parse key %s, no vrf is given", key.c_str());
return;
}

Expand Down

0 comments on commit c260d60

Please sign in to comment.