common: attestation key: use debug for "ca head not found"

Change-Id: I2d685acbcf18fa21aad35813a23abcfe0cf465a8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-01-23 11:21:01 +08:00 committed by Jianhong Chen
parent 644e344181
commit f9f027c19e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}