invert flag check;

pull/39/head
Bryan Biedenkapp 3 years ago
parent 5f7b62ece2
commit ebd973b226

@ -421,10 +421,10 @@ void Control::setOptions(yaml::Node& conf, bool supervisor, const std::string cw
LogInfo(" Announcement Group: $%04X", m_trunk->m_announcementGroup); LogInfo(" Announcement Group: $%04X", m_trunk->m_announcementGroup);
LogInfo(" Notify Control: %s", m_notifyCC ? "yes" : "no"); LogInfo(" Notify Control: %s", m_notifyCC ? "yes" : "no");
if (!m_disableNetworkHDU) { if (m_disableNetworkHDU) {
LogInfo(" Disable Network HDUs: yes"); LogInfo(" Disable Network HDUs: yes");
} }
if (!m_disableNetworkGrant) { if (m_disableNetworkGrant) {
LogInfo(" Disable Network Grants: yes"); LogInfo(" Disable Network Grants: yes");
} }
if (!m_trunk->m_ctrlTSDUMBF) { if (!m_trunk->m_ctrlTSDUMBF) {

Loading…
Cancel
Save

Powered by TurnKey Linux.