Skip to content

Commit

Permalink
[aclorch]: Remove unnecessary warning message (sonic-net#696)
Browse files Browse the repository at this point in the history
Because AclOrch listens to all notifications from PortsOrch,
every time LAG member changes the change message will be sent to
AclOrch which is unncessary. This warning message is not wanted.

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng committed Nov 20, 2018
1 parent 63d8ebc commit 8099811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orchagent/aclorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,6 @@ void AclOrch::update(SubjectType type, void *cntx)
type != SUBJECT_TYPE_INT_SESSION_CHANGE &&
type != SUBJECT_TYPE_PORT_CHANGE)
{
SWSS_LOG_WARN("Received unwanted change update %d", type);
return;
}

Expand Down

0 comments on commit 8099811

Please sign in to comment.