- Timestamp:
- Sep 1, 2021 8:11:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DrvTpmHost.cpp
r91005 r91049 359 359 if (RT_FAILURE(rc)) 360 360 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, 361 N_("DrvTpmHost%d: Querying input buffer size of TPM with id %u failed with %Rrc"), idTpm, rc); 361 N_("DrvTpmHost%d: Querying input buffer size of TPM with id %u failed with %Rrc"), 362 pDrvIns->iInstance, idTpm, rc); 362 363 363 364 LogRel(("DrvTpmHost#%d: Connected to TPM %u.\n", pDrvIns->iInstance, idTpm));
Note:
See TracChangeset
for help on using the changeset viewer.