mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-04 12:41:24 +00:00
swtpm: Add missing '%' to %08x
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
448f6326d7
commit
fd5bad56d5
@ -514,7 +514,7 @@ void tpmlib_maybe_send_tpm2_shutdown(TPMLIB_TPMVersion tpmversion,
|
||||
for (i = 0; i < ARRAY_LEN(shutdownTypes); i++) {
|
||||
#if 0
|
||||
logprintf(STDERR_FILENO,
|
||||
"Need to send TPM2_Shutdown(%s); previous command: 0x08x\n",
|
||||
"Need to send TPM2_Shutdown(%s); previous command: 0x%08x\n",
|
||||
shutdownTypes[i] == TPM2_SU_STATE ? "SU_STATE" : "SU_CLEAR",
|
||||
*lastCommand);
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user