diff --git a/orchagent/portsorch.cpp b/orchagent/portsorch.cpp index 3a1549149f..8d1bc48105 100755 --- a/orchagent/portsorch.cpp +++ b/orchagent/portsorch.cpp @@ -3080,7 +3080,7 @@ void PortsOrch::doPortTask(Consumer &consumer) } if (p.m_cap_lt < 1) { - SWSS_LOG_ERROR("%s: LT is not supported by the ASIC", alias.c_str()); + SWSS_LOG_WARN("%s: LT is not supported by the ASIC", alias.c_str()); // Don't retry it = consumer.m_toSync.erase(it); continue; @@ -6128,8 +6128,6 @@ bool PortsOrch::getPortLinkTrainingRxStatus(const Port &port, sai_port_link_trai sai_attribute_t attr; attr.id = SAI_PORT_ATTR_LINK_TRAINING_RX_STATUS; - attr.value.u32 = 0; - sai_status_t ret = sai_port_api->get_port_attribute(port.m_port_id, 1, &attr); if (ret != SAI_STATUS_SUCCESS) {