mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T709, changed to MACRO INFO_LOG
This commit is contained in:
committed by
Mat Sutcliffe
parent
e0a654ccd8
commit
bbf341743e
@@ -167,10 +167,7 @@ namespace XSwiftBus
|
||||
void CService::setSettings(const std::string &jsonString)
|
||||
{
|
||||
CService::s_pluginSettings->parseXSwiftBusString(jsonString);
|
||||
|
||||
XPLMDebugString("Received settings ");
|
||||
XPLMDebugString(CService::s_pluginSettings->convertToString().c_str());
|
||||
XPLMDebugString("\n");
|
||||
INFO_LOG("Received settings " + s_pluginSettings->convertToString());
|
||||
}
|
||||
|
||||
void CService::readAirportsDatabase()
|
||||
|
||||
Reference in New Issue
Block a user