@@ -7072,36 +7072,33 @@ void executeOperationsOnAsic(
7072
7072
if (enableUnittests ())
7073
7073
dumpComparisonLogicOutput (currentView);
7074
7074
7075
- if (enableRefernceCountLogs)
7076
- {
7077
- currentView.dumpVidToAsicOperatioId ();
7075
+ currentView.dumpVidToAsicOperatioId ();
7078
7076
7079
- SWSS_LOG_NOTICE (" NOT optimized operations" );
7077
+ SWSS_LOG_NOTICE (" NOT optimized operations" );
7080
7078
7081
- for (const auto &op: currentView.asicGetOperations ())
7082
- {
7083
- const std::string &key = kfvKey (*op.op );
7084
- const std::string &opp = kfvOp (*op.op );
7079
+ for (const auto &op: currentView.asicGetOperations ())
7080
+ {
7081
+ const std::string &key = kfvKey (*op.op );
7082
+ const std::string &opp = kfvOp (*op.op );
7085
7083
7086
- SWSS_LOG_WARN (" %s: %s" , opp.c_str (), key.c_str ());
7084
+ SWSS_LOG_NOTICE (" %s: %s" , opp.c_str (), key.c_str ());
7087
7085
7088
- const auto &values = kfvFieldsValues (*op.op );
7086
+ const auto &values = kfvFieldsValues (*op.op );
7089
7087
7090
- for (auto v: values)
7091
- {
7092
- SWSS_LOG_WARN (" - %s %s" , fvField (v).c_str (), fvValue (v).c_str ());
7093
- }
7088
+ for (auto v: values)
7089
+ {
7090
+ SWSS_LOG_NOTICE (" - %s %s" , fvField (v).c_str (), fvValue (v).c_str ());
7094
7091
}
7092
+ }
7095
7093
7096
- SWSS_LOG_NOTICE (" optimized operations!" );
7094
+ SWSS_LOG_NOTICE (" optimized operations!" );
7097
7095
7098
- for (const auto &op: currentView.asicGetWithOptimizedRemoveOperations ())
7099
- {
7100
- const std::string &key = kfvKey (*op.op );
7101
- const std::string &opp = kfvOp (*op.op );
7096
+ for (const auto &op: currentView.asicGetWithOptimizedRemoveOperations ())
7097
+ {
7098
+ const std::string &key = kfvKey (*op.op );
7099
+ const std::string &opp = kfvOp (*op.op );
7102
7100
7103
- SWSS_LOG_WARN (" %s: %s" , opp.c_str (), key.c_str ());
7104
- }
7101
+ SWSS_LOG_NOTICE (" %s: %s" , opp.c_str (), key.c_str ());
7105
7102
}
7106
7103
7107
7104
// for (const auto &op: currentView.asicGetOperations())
0 commit comments