From 8099811d973735395a623ab574db4823b04faab0 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Tue, 20 Nov 2018 09:20:57 -0800 Subject: [PATCH] [aclorch]: Remove unnecessary warning message (#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 --- orchagent/aclorch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/orchagent/aclorch.cpp b/orchagent/aclorch.cpp index 325e257df726..40a0741e8d0e 100644 --- a/orchagent/aclorch.cpp +++ b/orchagent/aclorch.cpp @@ -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; }