mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 17:30:12 +08:00
Ref T709, changed to MACRO INFO_LOG
This commit is contained in:
committed by
Mat Sutcliffe
parent
bc39ec5e44
commit
5170f3b500
@@ -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