From f9f027c19eeff3104728a6304eb83a511e4cbe8c Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Wed, 23 Jan 2019 11:21:01 +0800 Subject: [PATCH] common: attestation key: use debug for "ca head not found" Change-Id: I2d685acbcf18fa21aad35813a23abcfe0cf465a8 Signed-off-by: Joseph Chen --- common/attestation_key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/attestation_key.c b/common/attestation_key.c index 80121a625d..0cfe2ef12e 100644 --- a/common/attestation_key.c +++ b/common/attestation_key.c @@ -268,7 +268,7 @@ atap_result load_attestation_key(struct blk_desc *dev_desc, } if (!validate_ca_header(ca_headr, sizeof(ca_headr))) { - printf("ca head not found\n"); + debug("ca head not found\n"); return ATAP_RESULT_ERROR_INVALID_HEAD; }