mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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)
|
void CService::setSettings(const std::string &jsonString)
|
||||||
{
|
{
|
||||||
CService::s_pluginSettings->parseXSwiftBusString(jsonString);
|
CService::s_pluginSettings->parseXSwiftBusString(jsonString);
|
||||||
|
INFO_LOG("Received settings " + s_pluginSettings->convertToString());
|
||||||
XPLMDebugString("Received settings ");
|
|
||||||
XPLMDebugString(CService::s_pluginSettings->convertToString().c_str());
|
|
||||||
XPLMDebugString("\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CService::readAirportsDatabase()
|
void CService::readAirportsDatabase()
|
||||||
|
|||||||
Reference in New Issue
Block a user