diff options
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/tpm/tss/tcg-2.0/tss_marshaling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/tpm/tss/tcg-2.0/tss_marshaling.c b/src/security/tpm/tss/tcg-2.0/tss_marshaling.c index 83fff5fb40..ae623043e6 100644 --- a/src/security/tpm/tss/tcg-2.0/tss_marshaling.c +++ b/src/security/tpm/tss/tcg-2.0/tss_marshaling.c @@ -680,7 +680,7 @@ struct tpm2_response *tpm_unmarshal_response(TPM_CC command, struct ibuf *ib) return NULL; } if (rc) - printk(BIOS_WARNING, "Warning: %s had one or more failures.\n", + printk(BIOS_WARNING, "%s had one or more failures.\n", __func__); /* The entire message have been parsed. */ |