correct display of redundant grant transmit startup message;

pull/39/head
Bryan Biedenkapp 3 years ago
parent d0715f4b92
commit 5fa4da4caf

@ -445,7 +445,7 @@ void Control::setOptions(yaml::Node& conf, bool supervisor, const std::string cw
LogInfo(" Unit-to-Unit Availability Check: %s", m_control->m_unitToUnitAvailCheck ? "yes" : "no"); LogInfo(" Unit-to-Unit Availability Check: %s", m_control->m_unitToUnitAvailCheck ? "yes" : "no");
LogInfo(" Explicit Source ID Support: %s", m_allowExplicitSourceId ? "yes" : "no"); LogInfo(" Explicit Source ID Support: %s", m_allowExplicitSourceId ? "yes" : "no");
if (!m_control->m_redundantGrant) { if (m_control->m_redundantGrant) {
LogInfo(" Redundant Grant Transmit: yes"); LogInfo(" Redundant Grant Transmit: yes");
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.