From bbf341743e41bef1b683e2452870528779135cc3 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sun, 28 Jul 2019 19:34:12 +0200 Subject: [PATCH] Ref T709, changed to MACRO INFO_LOG --- src/xswiftbus/service.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/xswiftbus/service.cpp b/src/xswiftbus/service.cpp index 5c4a84740..6d44948ea 100644 --- a/src/xswiftbus/service.cpp +++ b/src/xswiftbus/service.cpp @@ -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()