Rename according to what is commonly used within G4KLX software
This commit is contained in:
parent
e4705c61b6
commit
25d0b5a818
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue