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

@ -108,7 +108,7 @@ void FsfwTestController::handleChangedDataset(sid_t sid, store_address_t storeId
} else {
printout = "Snapshot";
}
FSFW_LOGI("handleChangedDataset: {} update from object ID {:#08x} and set ID {}\n", printout,
FSFW_LOGI("handleChangedDataset: {} update from object ID {:#010x} and set ID {}\n", printout,
sid.objectId, sid.ownerSetId);
if (storeId == storeId::INVALID_STORE_ADDRESS) {