format fixes
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user