logging fixes
fsfw/fsfw example hosted/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2022-06-21 11:15:38 +02:00
parent 45fec3f529
commit d71da9b1b6
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 4 additions and 3 deletions

View File

@ -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 */

@ -1 +1 @@
Subproject commit b8e06cba993e3739bce921f389b55fd81bff865f
Subproject commit 54160e540c95ad81f9345b4572e2044fa852300b

2
fsfw

@ -1 +1 @@
Subproject commit 67b67de753da2d6de3e940bb89f20301d5e29771
Subproject commit 42a1e784c09c554d20cb30e3c9965f4722fb4ef2