diff --git a/src/p25/Control.cpp b/src/p25/Control.cpp index dae0e88d..a4b8ebee 100644 --- a/src/p25/Control.cpp +++ b/src/p25/Control.cpp @@ -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(" Explicit Source ID Support: %s", m_allowExplicitSourceId ? "yes" : "no"); - if (!m_control->m_redundantGrant) { + if (m_control->m_redundantGrant) { LogInfo(" Redundant Grant Transmit: yes"); } }