Skip to content

Commit 8099811

Browse files
author
Shuotian Cheng
authored
[aclorch]: Remove unnecessary warning message (sonic-net#696)
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 <[email protected]>
1 parent 63d8ebc commit 8099811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orchagent/aclorch.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,6 @@ void AclOrch::update(SubjectType type, void *cntx)
18481848
type != SUBJECT_TYPE_INT_SESSION_CHANGE &&
18491849
type != SUBJECT_TYPE_PORT_CHANGE)
18501850
{
1851-
SWSS_LOG_WARN("Received unwanted change update %d", type);
18521851
return;
18531852
}
18541853

0 commit comments

Comments
 (0)