format fixes

This commit is contained in:
2022-05-09 01:28:41 +02:00
parent b7fda13b4b
commit bdc27d72f4
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
namespace task {
void printInitError(const char* objName, object_id_t objectId) {
FSFW_LOGW("InitMission: Adding object {} ({:#08x}) failed\n", objName, objectId);
FSFW_LOGW("InitMission: Adding object {} ({:#010x}) failed\n", objName, objectId);
}
} // namespace task