diff --git a/bsp_hosted/core/ObjectFactory.cpp b/bsp_hosted/core/ObjectFactory.cpp index 58fe7af..ecc883a 100644 --- a/bsp_hosted/core/ObjectFactory.cpp +++ b/bsp_hosted/core/ObjectFactory.cpp @@ -3,6 +3,7 @@ #include "OBSWConfig.h" #include "bsp_hosted/fsfwconfig/objects/systemObjectList.h" #include "bsp_hosted/fsfwconfig/tmtc/apid.h" +#include "fsfw/serviceinterface.h" #include "commonConfig.h" #include "example/core/GenericFactory.h" #include "example/test/FsfwTestTask.h" @@ -50,7 +51,7 @@ void ObjectFactory::produce(void* args) { auto tmtcBridge = new TcpTmTcBridge(objects::TCPIP_TMTC_BRIDGE, objects::CCSDS_DISTRIBUTOR); tmtcBridge->setMaxNumberOfPacketsStored(50); auto tmtcServer = new TcpTmTcServer(objects::TCPIP_TMTC_POLLING_TASK, objects::TCPIP_TMTC_BRIDGE); - sif::info << "Opening TCP TMTC server on port " << tmtcServer->getTcpPort() << std::endl; + FSFW_LOGI("Opening TCP TMTC server on port {}\n", tmtcServer->getTcpPort()); #endif #endif /* OBSW_ADD_CORE_COMPONENTS == 1 */ diff --git a/example_common b/example_common index b8e06cb..54160e5 160000 --- a/example_common +++ b/example_common @@ -1 +1 @@ -Subproject commit b8e06cba993e3739bce921f389b55fd81bff865f +Subproject commit 54160e540c95ad81f9345b4572e2044fa852300b diff --git a/fsfw b/fsfw index 67b67de..42a1e78 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 67b67de753da2d6de3e940bb89f20301d5e29771 +Subproject commit 42a1e784c09c554d20cb30e3c9965f4722fb4ef2