Ref T709, changed to MACRO INFO_LOG

This commit is contained in:
Klaus Basan
2019-07-28 19:34:12 +02:00
committed by Mat Sutcliffe
parent e0a654ccd8
commit bbf341743e

View File

@@ -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()