tpm-tss-trousers: Add missing log argument if AIK private key is not found

This commit is contained in:
Tobias Brunner
2026-07-24 08:47:39 +02:00
parent 2092fe6722
commit 50ac563292
+2 -1
View File
@@ -515,7 +515,8 @@ METHOD(tpm_tss_t, quote, bool,
if (aik_blob.len == 0)
{
DBG1(DBG_PTS, "%s AIK private key for handle 0x%80x not found", LABEL);
DBG1(DBG_PTS, "%s AIK private key for handle 0x%80x not found", LABEL,
aik_handle);
return FALSE;
}
result = Tspi_Context_LoadKeyByBlob(this->hContext, hSRK, aik_blob.len,