Rename according to what is commonly used within G4KLX software

This commit is contained in:
phl0 2017-07-20 10:17:04 +02:00
parent e4705c61b6
commit 25d0b5a818
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -85,8 +85,8 @@ void CYSFParrot::run()
return;
}
LogInfo("Debug: %s", m_debug ? "Enabled" : "Disabled");
LogInfo("Logging to file: %s", m_log ? "Enabled" : "Disabled");
LogInfo("Debug: %s", m_debug ? "enabled" : "disabled");
LogInfo("Logging to file: %s", m_log ? "enabled" : "disabled");
CParrot parrot(180U);
CNetwork network(m_port);